Fix alpha build. The alpha has dumpsys implemented.

While here, revert the condition to list the machines
for which dumpsys has not been implemented.

Reported by: wilko
This commit is contained in:
Marcel Moolenaar 2002-05-12 18:27:28 +00:00
parent 63fd3b0af9
commit 882c6b1e5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96468

View file

@ -554,7 +554,7 @@ set_dumper(struct dumperinfo *di)
return (0);
}
#if !defined(__i386__) && !defined(__ia64__)
#if defined(__powerpc__) || defined(__sparc64__)
void
dumpsys(struct dumperinfo *di __unused)
{