Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4946
b: refs/heads/master
c: ab9b633
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jul 20, 2005
1 parent a340e37 commit d8c7a97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bd6f68af298cab4e059f8489b56e46ae36243fcc
refs/heads/master: ab9b6339381d340779e8b5957561aed41155a270
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-integrator/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ extern void integrator_secondary_startup(void);
* control for which core is the next to come out of the secondary
* boot "holding pen"
*/
volatile int __initdata pen_release = -1;
unsigned long __initdata phys_pen_release = 0;
volatile int __cpuinitdata pen_release = -1;
unsigned long __cpuinitdata phys_pen_release = 0;

static DEFINE_SPINLOCK(boot_lock);

Expand Down

0 comments on commit d8c7a97

Please sign in to comment.