projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aff5ce6
)
um: mark CONFIG_HIGHMEM as broken
author
Richard Weinberger
<
[email protected]
>
Thu, 13 Jan 2011 00:59:25 +0000
(16:59 -0800)
committer
Linus Torvalds
<
[email protected]
>
Thu, 13 Jan 2011 16:03:07 +0000
(08:03 -0800)
Currently CONFIG_HIGHMEM is broken on User Mode Linux. I'm not sure if it
worked ever.
It doesn't compile and this breaks randomconfig testing.
Signed-off-by: Richard Weinberger <
[email protected]
>
Cc: Jeff Dike <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/Kconfig.um
patch
|
blob
|
history
diff --git
a/arch/um/Kconfig.um
b/arch/um/Kconfig.um
index 50d6aa20c3538637ae7d8e939d64717acbf53fd7..f8d1d0d47fe6b1a05c67f48e85051f4c50f6c13c 100644
(file)
--- a/
arch/um/Kconfig.um
+++ b/
arch/um/Kconfig.um
@@
-131,7
+131,7
@@
config NR_CPUS
config HIGHMEM
bool "Highmem support (EXPERIMENTAL)"
- depends on !64BIT &&
EXPERIMENTAL
+ depends on !64BIT &&
BROKEN
default n
help
This was used to allow UML to run with big amounts of memory.