aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modutils/insmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c
index d6049ac9b..d5d58a191 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -1298,7 +1298,7 @@ arch_apply_relocation(struct obj_file *f,
1298 break; 1298 break;
1299 1299
1300#elif defined(__powerpc64__) 1300#elif defined(__powerpc64__)
1301 /* do this someday ... */ 1301 /* PPC64 needs a 2.6 kernel, 2.4 module relocation irrelevant */
1302 1302
1303#elif defined(__powerpc__) 1303#elif defined(__powerpc__)
1304 1304