Commit 287e7692 authored by David Mosberger's avatar David Mosberger

Merge

parents 3d61e387 7177536b
...@@ -78,15 +78,6 @@ config IA64_HP_SIM ...@@ -78,15 +78,6 @@ config IA64_HP_SIM
endchoice endchoice
config HOTPLUG_CPU
bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
depends on SMP && HOTPLUG && EXPERIMENTAL
default n
---help---
Say Y here to experiment with turning CPUs off and on. CPUs
can be controlled through /sys/devices/system/cpu/cpu#.
Say N if you want to disable cpu hotplug.
choice choice
prompt "Processor type" prompt "Processor type"
default ITANIUM default ITANIUM
...@@ -253,6 +244,15 @@ config NR_CPUS ...@@ -253,6 +244,15 @@ config NR_CPUS
than 64 will cause the use of a CPU mask array, causing a small than 64 will cause the use of a CPU mask array, causing a small
performance hit. performance hit.
config HOTPLUG_CPU
bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
depends on SMP && HOTPLUG && EXPERIMENTAL
default n
---help---
Say Y here to experiment with turning CPUs off and on. CPUs
can be controlled through /sys/devices/system/cpu/cpu#.
Say N if you want to disable CPU hotplug.
config PREEMPT config PREEMPT
bool "Preemptible Kernel" bool "Preemptible Kernel"
help help
......
...@@ -71,6 +71,6 @@ sn_mmiob (void) ...@@ -71,6 +71,6 @@ sn_mmiob (void)
{ {
while ((((volatile unsigned long) (*pda->pio_write_status_addr)) & SH_PIO_WRITE_STATUS_0_PENDING_WRITE_COUNT_MASK) != while ((((volatile unsigned long) (*pda->pio_write_status_addr)) & SH_PIO_WRITE_STATUS_0_PENDING_WRITE_COUNT_MASK) !=
SH_PIO_WRITE_STATUS_0_PENDING_WRITE_COUNT_MASK) SH_PIO_WRITE_STATUS_0_PENDING_WRITE_COUNT_MASK)
udelay(1); cpu_relax();
} }
EXPORT_SYMBOL(sn_mmiob); EXPORT_SYMBOL(sn_mmiob);
...@@ -258,6 +258,7 @@ ...@@ -258,6 +258,7 @@
#define __NR_mq_notify 1266 #define __NR_mq_notify 1266
#define __NR_mq_getsetattr 1267 #define __NR_mq_getsetattr 1267
#define __NR_kexec_load 1268 #define __NR_kexec_load 1268
#define __NR_vserver 1269
#ifdef __KERNEL__ #ifdef __KERNEL__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment