diff options
-rw-r--r-- | modutils/insmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index d6049ac..d5d58a1 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -1298,7 +1298,7 @@ arch_apply_relocation(struct obj_file *f, break; #elif defined(__powerpc64__) - /* do this someday ... */ + /* PPC64 needs a 2.6 kernel, 2.4 module relocation irrelevant */ #elif defined(__powerpc__) |