Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87278
b: refs/heads/master
c: 9c4c9f3
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Russell King committed Mar 6, 2008
1 parent 1c5cba7 commit 07acccf
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: 37aca70c626ce8f4e5848de2d4892b5ed74a6875
refs/heads/master: 9c4c9f38796faf750de8586becf43b769c76b674
3 changes: 3 additions & 0 deletions trunk/arch/arm/kernel/head-common.S
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
*
*/

#define ATAG_CORE 0x54410001
#define ATAG_CORE_SIZE ((2*4 + 3*4) >> 2)

.type __switch_data, %object
__switch_data:
.long __mmap_switched
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/arm/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
#define KERNEL_RAM_VADDR (PAGE_OFFSET + TEXT_OFFSET)
#define KERNEL_RAM_PADDR (PHYS_OFFSET + TEXT_OFFSET)

#define ATAG_CORE 0x54410001
#define ATAG_CORE_SIZE ((2*4 + 3*4) >> 2)


/*
* swapper_pg_dir is the virtual address of the initial page table.
Expand Down

0 comments on commit 07acccf

Please sign in to comment.