Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
287e7692
Commit
287e7692
authored
May 27, 2004
by
David Mosberger
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
3d61e387
7177536b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
10 deletions
+11
-10
arch/ia64/Kconfig
arch/ia64/Kconfig
+9
-9
arch/ia64/sn/io/machvec/iomv.c
arch/ia64/sn/io/machvec/iomv.c
+1
-1
include/asm-ia64/unistd.h
include/asm-ia64/unistd.h
+1
-0
No files found.
arch/ia64/Kconfig
View file @
287e7692
...
@@ -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
...
...
arch/ia64/sn/io/machvec/iomv.c
View file @
287e7692
...
@@ -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
);
include/asm-ia64/unistd.h
View file @
287e7692
...
@@ -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__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment