From: Rob Landley Date: Mon, 20 Feb 2006 14:39:55 +0000 (-0000) Subject: Update comment. X-Git-Tag: 1_1_0~188 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b4ec339ac2959b2ec7d403be96efe026b0386ace;p=oweals%2Fbusybox.git Update comment. --- 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, break; #elif defined(__powerpc64__) - /* do this someday ... */ + /* PPC64 needs a 2.6 kernel, 2.4 module relocation irrelevant */ #elif defined(__powerpc__)