Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6200
b: refs/heads/master
c: 6fbb49d
h: refs/heads/master
v: v3
  • Loading branch information
David Gibson authored and Paul Mackerras committed Aug 29, 2005
1 parent ef09e46 commit 2d6aabf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 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: 91a57fc6723d778e12686b5106a38583072fd767
refs/heads/master: 6fbb49d56d228b666cb4534bbc3c2dfe833c8053
13 changes: 6 additions & 7 deletions trunk/arch/ppc64/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -1971,20 +1971,19 @@ _GLOBAL(smp_release_cpus)

/*
* We put a few things here that have to be page-aligned.
* This stuff goes at the beginning of the data segment,
* which is page-aligned.
* This stuff goes at the beginning of the bss, which is page-aligned.
*/
.data
.section ".bss"

.align 12
.globl sdata
sdata:

.globl empty_zero_page
empty_zero_page:
.space 4096
.space PAGE_SIZE

.globl swapper_pg_dir
swapper_pg_dir:
.space 4096
.space PAGE_SIZE

/*
* This space gets a copy of optional info passed to us by the bootstrap
Expand Down

0 comments on commit 2d6aabf

Please sign in to comment.