Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10959
b: refs/heads/master
c: 0964ce2
h: refs/heads/master
i:
  10957: 75d9bc1
  10955: 61b0b22
  10951: 20c114d
  10943: 31ef474
v: v3
  • Loading branch information
Thiemo Seufer authored and Ralf Baechle committed Oct 29, 2005
1 parent a585738 commit 1736b11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 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: c264852726dde251a0c09ec22f61a9be8b0db68b
refs/heads/master: 0964ce24d091a1d3dc7f667e1b107ab77d4325e6
14 changes: 4 additions & 10 deletions trunk/arch/mips/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -200,19 +200,13 @@ NESTED(smp_bootstrap, 16, sp)
.comm fw_arg2, SZREG, SZREG
.comm fw_arg3, SZREG, SZREG

.macro page name, order=0
.globl \name
\name: .size \name, (_PAGE_SIZE << \order)
.org . + (_PAGE_SIZE << \order)
.type \name, @object
.macro page name, order
.comm \name, (_PAGE_SIZE << \order), (_PAGE_SIZE << \order)
.endm

.data
.align PAGE_SHIFT

/*
* ... but on 64-bit we've got three-level pagetables with a
* slightly different layout ...
* On 64-bit we've got three-level pagetables with a slightly
* different layout ...
*/
page swapper_pg_dir, _PGD_ORDER
#ifdef CONFIG_64BIT
Expand Down

0 comments on commit 1736b11

Please sign in to comment.