Fix module loading for sparc on machines with greater than 1GB of RAM
t1# uname -m sparc64 t1# sysctl hw.physmem hw.physmem: 17150509056 t1# kldload reiserfs t1# kldstat Id Refs Address Size Name 1 3 0xc0000000 58cc38 kernel 2 1 0xcbe70000 234000 xfs.ko 3 1 0xcc0b6000 110000 reiserfs.ko
This commit is contained in:
parent
17650ac51d
commit
4a1a15b72c
@ -56,7 +56,7 @@ INLINE_LIMIT?= 15000
|
||||
# operations which it has a tendency to do.
|
||||
#
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
CFLAGS+= -mcmodel=medlow -msoft-float
|
||||
CFLAGS+= -mcmodel=medany -msoft-float
|
||||
INLINE_LIMIT?= 15000
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user