o Do not define WITH_SYSCONS and WITH_MICE on ia64. We cannot have

a generic kernel with syscons.
o  Do not define WITH_SLICES on ia64. We only label because we're
   going to create GPT disks.
This commit is contained in:
Marcel Moolenaar 2003-11-01 20:17:11 +00:00
parent f7da19f20b
commit ceeef1c666
2 changed files with 4 additions and 4 deletions

View file

@ -54,12 +54,12 @@
/*** Defines ***/
#if defined(__i386__) || defined(__alpha__) || defined(__ia64__) || defined(__amd64__)
#if defined(__i386__) || defined(__alpha__) || defined(__amd64__)
#define WITH_SYSCONS
#define WITH_MICE
#endif
#if defined(__i386__) || defined(__ia64__) || defined(__amd64__)
#if defined(__i386__) || defined(__amd64__)
#define WITH_SLICES
#endif

View file

@ -54,12 +54,12 @@
/*** Defines ***/
#if defined(__i386__) || defined(__alpha__) || defined(__ia64__) || defined(__amd64__)
#if defined(__i386__) || defined(__alpha__) || defined(__amd64__)
#define WITH_SYSCONS
#define WITH_MICE
#endif
#if defined(__i386__) || defined(__ia64__) || defined(__amd64__)
#if defined(__i386__) || defined(__amd64__)
#define WITH_SLICES
#endif