From a36159eec6ca17402b0e146b86efaf76568dc353 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 20 Sep 2024 01:41:23 +0000
Subject: [PATCH] 重命名 AX88772C_eeprom/asix.c 为 asix_mac.c

---
 kernel/fs/reiserfs/Makefile |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/kernel/fs/reiserfs/Makefile b/kernel/fs/reiserfs/Makefile
index a39a562..bd29c58 100644
--- a/kernel/fs/reiserfs/Makefile
+++ b/kernel/fs/reiserfs/Makefile
@@ -26,14 +26,5 @@
 reiserfs-objs += xattr_acl.o
 endif
 
-# gcc -O2 (the kernel default)  is overaggressive on ppc32 when many inline
-# functions are used.  This causes the compiler to advance the stack
-# pointer out of the available stack space, corrupting kernel space,
-# and causing a panic. Since this behavior only affects ppc32, this ifeq
-# will work around it. If any other architecture displays this behavior,
-# add it here.
-ccflags-$(CONFIG_PPC32) := $(call cc-ifversion, -lt, 0400, -O1)
-
 TAGS:
 	etags *.c
-

--
Gitblit v1.6.2