Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67360
b: refs/heads/master
c: 19a8d97
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Sep 19, 2007
1 parent 4fcb065 commit a670115
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 48 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b2c3c5b1d6dd77d7bb5a7d57ab7280e051c59bc
refs/heads/master: 19a8d97d89442e2bda6245b8a3de2c1fec69a7ad
8 changes: 0 additions & 8 deletions trunk/arch/powerpc/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -1297,14 +1297,6 @@ empty_zero_page:
swapper_pg_dir:
.space 4096

/*
* This space gets a copy of optional info passed to us by the bootstrap
* Used to pass parameters into the kernel like root=/dev/sda1, etc.
*/
.globl cmd_line
cmd_line:
.space 512

.globl intercept_table
intercept_table:
.long 0, 0, i0x200, i0x300, i0x400, 0, i0x600, i0x700
Expand Down
7 changes: 0 additions & 7 deletions trunk/arch/powerpc/kernel/head_40x.S
Original file line number Diff line number Diff line change
Expand Up @@ -1006,13 +1006,6 @@ critical_stack_top:
.globl exception_stack_top
exception_stack_top:

/* This space gets a copy of optional info passed to us by the bootstrap
* which is used to pass parameters into the kernel like root=/dev/sda1, etc.
*/
.globl cmd_line
cmd_line:
.space 512

/* Room for two PTE pointers, usually the kernel and current user pointers
* to their respective root page table.
*/
Expand Down
8 changes: 0 additions & 8 deletions trunk/arch/powerpc/kernel/head_44x.S
Original file line number Diff line number Diff line change
Expand Up @@ -743,14 +743,6 @@ exception_stack_bottom:
.globl exception_stack_top
exception_stack_top:

/*
* This space gets a copy of optional info passed to us by the bootstrap
* which is used to pass parameters into the kernel like root=/dev/sda1, etc.
*/
.globl cmd_line
cmd_line:
.space 512

/*
* Room for two PTE pointers, usually the kernel and current user pointers
* to their respective root page table.
Expand Down
8 changes: 0 additions & 8 deletions trunk/arch/powerpc/kernel/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -1540,11 +1540,3 @@ empty_zero_page:
.globl swapper_pg_dir
swapper_pg_dir:
.space PAGE_SIZE

/*
* This space gets a copy of optional info passed to us by the bootstrap
* Used to pass parameters into the kernel like root=/dev/sda1, etc.
*/
.globl cmd_line
cmd_line:
.space COMMAND_LINE_SIZE
8 changes: 0 additions & 8 deletions trunk/arch/powerpc/kernel/head_8xx.S
Original file line number Diff line number Diff line change
Expand Up @@ -832,14 +832,6 @@ empty_zero_page:
swapper_pg_dir:
.space 4096

/*
* This space gets a copy of optional info passed to us by the bootstrap
* Used to pass parameters into the kernel like root=/dev/sda1, etc.
*/
.globl cmd_line
cmd_line:
.space 512

/* Room for two PTE table poiners, usually the kernel and current user
* pointer to their respective root page table (pgdir).
*/
Expand Down
8 changes: 0 additions & 8 deletions trunk/arch/powerpc/kernel/head_fsl_booke.S
Original file line number Diff line number Diff line change
Expand Up @@ -1049,14 +1049,6 @@ exception_stack_bottom:
.globl exception_stack_top
exception_stack_top:

/*
* This space gets a copy of optional info passed to us by the bootstrap
* which is used to pass parameters into the kernel like root=/dev/sda1, etc.
*/
.globl cmd_line
cmd_line:
.space 512

/*
* Room for two PTE pointers, usually the kernel and current user pointers
* to their respective root page table.
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/kernel/setup-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ EXPORT_SYMBOL(machine_id);

unsigned long klimit = (unsigned long) _end;

char cmd_line[COMMAND_LINE_SIZE];

/*
* This still seems to be needed... -- paulus
*/
Expand Down

0 comments on commit a670115

Please sign in to comment.