Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9488
b: refs/heads/master
c: 801ab3c
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 29, 2005
1 parent aca1309 commit 6f6d009
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: efdc1e2083e04cc70721d55803889b346c1a3de2
refs/heads/master: 801ab3c731e77324c055769491711e620100dbfb
2 changes: 0 additions & 2 deletions trunk/arch/sparc/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ struct tt_entry *sparc_ttable;

struct pt_regs fake_swapper_regs;

extern void paging_init(void);

void __init setup_arch(char **cmdline_p)
{
int i;
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/sparc64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,6 @@ void register_prom_callbacks(void)
"' linux-.soft2 to .soft2");
}

extern void paging_init(void);

void __init setup_arch(char **cmdline_p)
{
int i;
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-sparc/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ extern unsigned long page_kernel;
/* Top-level page directory */
extern pgd_t swapper_pg_dir[1024];

extern void paging_init(void);

/* Page table for 0-4MB for everybody, on the Sparc this
* holds the same as on the i386.
*/
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-sparc64/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ static inline void set_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *p
extern pgd_t swapper_pg_dir[2048];
extern pmd_t swapper_low_pmd_dir[2048];

extern void paging_init(void);

/* These do nothing with the way I have things setup. */
#define mmu_lockarea(vaddr, len) (vaddr)
#define mmu_unlockarea(vaddr, len) do { } while(0)
Expand Down

0 comments on commit 6f6d009

Please sign in to comment.