Browse Source

HIGHMEM breaks on sun4 - and since it is not in the default config for our

x86 default kernel also disable it for 32bit SPARC for now ...


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1459 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
e82017b008
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      architecture/sparc/kernel.conf.m4

+ 4
- 0
architecture/sparc/kernel.conf.m4

@ -1,5 +1,9 @@
define(`SPARC', 'SPARC')dnl
dnl does at least not work for sun4 - and should not be really needed
dnl on 32bit SPARCs (it is also not a default for our x86 default config)
# CONFIG_HIGHMEM is not set
# CONFIG_SUN4 is not set
CONFIG_FB=y

Loading…
Cancel
Save