diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2009-03-10 12:55:49 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-03-10 15:55:10 -0700 |
commit | 5a891ed5adef39aca0b7662c58a2566c7a16237e (patch) | |
tree | 481ad376236c6f1efdd172e96ee6178b6f89f0c2 /arch/xtensa/Kconfig | |
parent | 8ef1f0291a5d126f678b2f0225843c1ab550559c (diff) | |
download | blackbird-obmc-linux-5a891ed5adef39aca0b7662c58a2566c7a16237e.tar.gz blackbird-obmc-linux-5a891ed5adef39aca0b7662c58a2566c7a16237e.zip |
xtensa: fix compilation somewhat
* ->put_char changes
* HIGHMEM is bogus it seems, there is no kmap_atomic() et al
* some includes
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Chris Zankel <zankel@tensilica.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 6c873dceb177..981200830432 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -103,9 +103,6 @@ config MATH_EMULATION help Can we use information of configuration file? -config HIGHMEM - bool "High memory support" - endmenu menu "Platform options" |