Whitespace cleanup
This commit is contained in:
@@ -64,11 +64,11 @@
|
|||||||
0x01900000 boot.tgz (= ramdisk)
|
0x01900000 boot.tgz (= ramdisk)
|
||||||
0x02000000 boot loader uimage
|
0x02000000 boot loader uimage
|
||||||
|
|
||||||
|
|
||||||
boot loader heap (should be discarded later on)
|
boot loader heap (should be discarded later on)
|
||||||
... 256M-Kstack page hash table
|
... 256M-Kstack page hash table
|
||||||
... 256M kernel stack
|
... 256M kernel stack
|
||||||
kernel stack guard page
|
kernel stack guard page
|
||||||
|
|
||||||
The kernel is mapped at KERNEL_BASE, all other stuff mapped by the
|
The kernel is mapped at KERNEL_BASE, all other stuff mapped by the
|
||||||
loader (kernel args, modules, driver settings, ...) comes after
|
loader (kernel args, modules, driver settings, ...) comes after
|
||||||
|
|||||||
@@ -287,7 +287,7 @@ __44x_save_regs:
|
|||||||
stwu %r0, -4(%r1) /* push r3 */
|
stwu %r0, -4(%r1) /* push r3 */
|
||||||
|
|
||||||
/* push r4-r31 */
|
/* push r4-r31 */
|
||||||
stwu %r4, -4(%r1)
|
stwu %r4, -4(%r1)
|
||||||
stwu %r5, -4(%r1)
|
stwu %r5, -4(%r1)
|
||||||
stwu %r6, -4(%r1)
|
stwu %r6, -4(%r1)
|
||||||
stwu %r7, -4(%r1)
|
stwu %r7, -4(%r1)
|
||||||
@@ -393,7 +393,7 @@ __44x_restore_regs_and_rfi:
|
|||||||
lwzu %r5, 4(%r1)
|
lwzu %r5, 4(%r1)
|
||||||
lwzu %r4, 4(%r1)
|
lwzu %r4, 4(%r1)
|
||||||
lwzu %r3, 4(%r1)
|
lwzu %r3, 4(%r1)
|
||||||
|
|
||||||
/* Stop here, before we overwrite r1, and continue with the floating point
|
/* Stop here, before we overwrite r1, and continue with the floating point
|
||||||
registers first. */
|
registers first. */
|
||||||
addi %r2, %r1, 16 /* skip r3-r0 */
|
addi %r2, %r1, 16 /* skip r3-r0 */
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ void dump_fdt(const void *fdt)
|
|||||||
int err;
|
int err;
|
||||||
|
|
||||||
dprintf("FDT @ %p:\n", fdt);
|
dprintf("FDT @ %p:\n", fdt);
|
||||||
|
|
||||||
if (!fdt)
|
if (!fdt)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user