diff options
| author | Martin J. Bligh <mbligh@aracnet.com> | 2002-10-07 20:34:13 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-07 20:34:13 -0700 |
| commit | fa4de7ccc4ae2c2234902042666891e55ff7b147 (patch) | |
| tree | a494580e2dd1f38981564e36988799f3775ae478 /kernel | |
| parent | fe0eee230a6a2aca232d6c34ebf69307bd2939b1 (diff) | |
[PATCH] NUMA-Q fixes
This patch basically just renames usages of CONFIG_MULTIQUAD to
CONFIG_X86_NUMAQ. The original multiquad option covered a variety
of sins, and just made a mess (my fault). After extensive community
discussion, this is the naming scheme everyone agreed to - the
CONFIG_X86_NUMAQ option already exists, we're just renaming usages
of MULTIQUAD to it, and removing the MULTIQUAD option.
Stuff that's really to do with clustered APIC mode is put under
CONFIG_CLUSTERED_APIC instead, as it's not specific to the NUMA-Q.
Note that the definitions of clustered_apic_mode are still duplicated,
so the changes appear twice. I'm not making it worse, just haven't
fixed this one yet, will do that next.
Patch was written by Matt Dobson.
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/printk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/printk.c b/kernel/printk.c index a3d23302ae5b..d7c4d22bf347 100644 --- a/kernel/printk.c +++ b/kernel/printk.c @@ -30,7 +30,7 @@ #include <asm/uaccess.h> -#if defined(CONFIG_MULTIQUAD) || defined(CONFIG_IA64) +#if defined(CONFIG_X86_NUMAQ) || defined(CONFIG_IA64) #define LOG_BUF_LEN (65536) #elif defined(CONFIG_ARCH_S390) #define LOG_BUF_LEN (131072) |
