hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/fs/reiserfs/Makefile
....@@ -26,14 +26,5 @@
2626 reiserfs-objs += xattr_acl.o
2727 endif
2828
29
-# gcc -O2 (the kernel default) is overaggressive on ppc32 when many inline
30
-# functions are used. This causes the compiler to advance the stack
31
-# pointer out of the available stack space, corrupting kernel space,
32
-# and causing a panic. Since this behavior only affects ppc32, this ifeq
33
-# will work around it. If any other architecture displays this behavior,
34
-# add it here.
35
-ccflags-$(CONFIG_PPC32) := $(call cc-ifversion, -lt, 0400, -O1)
36
-
3729 TAGS:
3830 etags *.c
39
-