Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227218
b: refs/heads/master
c: 6155f77
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Dec 20, 2010
1 parent 5666cda commit b80a0a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 72f4d57923d2aa651db060a71a6f6211654c119e
refs/heads/master: 6155f77d09b968f591876f368d4843168910449e
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-shmobile/headsmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*/
#include <linux/linkage.h>
#include <linux/init.h>
#include <asm/memory.h>

__INIT

Expand All @@ -23,4 +24,4 @@
.align 12
ENTRY(shmobile_secondary_vector)
ldr pc, 1f
1: .long secondary_startup - CONFIG_PAGE_OFFSET + CONFIG_MEMORY_START
1: .long secondary_startup - PAGE_OFFSET + PHYS_OFFSET

0 comments on commit b80a0a1

Please sign in to comment.