Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-02-20 17:39:55 +0300
committerRob Landley <rob@landley.net>2006-02-20 17:39:55 +0300
commitb4ec339ac2959b2ec7d403be96efe026b0386ace (patch)
tree8351964e27138696e74ecd678ad2a8b150810fe2 /modutils
parent0c6ff43a0cfa48e196954010787f5335f1a17ad7 (diff)
Update comment.
Diffstat (limited to 'modutils')
-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,
break;
#elif defined(__powerpc64__)
- /* do this someday ... */
+ /* PPC64 needs a 2.6 kernel, 2.4 module relocation irrelevant */
#elif defined(__powerpc__)