diff options
Diffstat (limited to 'arch/powerpc/kernel/head_44x.S')
-rw-r--r-- | arch/powerpc/kernel/head_44x.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/head_44x.S b/arch/powerpc/kernel/head_44x.S index bb7a9c7a4c05..d7a1debda10b 100644 --- a/arch/powerpc/kernel/head_44x.S +++ b/arch/powerpc/kernel/head_44x.S | |||
@@ -86,8 +86,10 @@ _ENTRY(_start); | |||
86 | 86 | ||
87 | bl early_init | 87 | bl early_init |
88 | 88 | ||
89 | #ifdef CONFIG_RELOCATABLE | 89 | #ifdef CONFIG_DYNAMIC_MEMSTART |
90 | /* | 90 | /* |
91 | * Mapping based, page aligned dynamic kernel loading. | ||
92 | * | ||
91 | * r25 will contain RPN/ERPN for the start address of memory | 93 | * r25 will contain RPN/ERPN for the start address of memory |
92 | * | 94 | * |
93 | * Add the difference between KERNELBASE and PAGE_OFFSET to the | 95 | * Add the difference between KERNELBASE and PAGE_OFFSET to the |