Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4085
b: refs/heads/master
c: f9bd6ea
h: refs/heads/master
i:
  4083: b757bcd
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jul 4, 2005
1 parent c66f09c commit 40e3fdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 19f7241a3b087bbf4dd107c979608fdb56c83a09
refs/heads/master: f9bd6ea446946b97208f9e1528eb5f9ef8f931cb
4 changes: 2 additions & 2 deletions trunk/arch/arm/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,8 @@ void __init setup_arch(char **cmdline_p)
if (mdesc->soft_reboot)
reboot_setup("s");

if (mdesc->param_offset)
tags = phys_to_virt(mdesc->param_offset);
if (mdesc->boot_params)
tags = phys_to_virt(mdesc->boot_params);

/*
* If we have the old style parameters, convert them to
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/mach/arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct machine_desc {
* page tabe entry */

const char *name; /* architecture name */
unsigned int param_offset; /* parameter page */
unsigned long boot_params; /* tagged list */

unsigned int video_start; /* start of video RAM */
unsigned int video_end; /* end of video RAM */
Expand Down

0 comments on commit 40e3fdc

Please sign in to comment.