Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
c31331be
Commit
c31331be
authored
Nov 02, 2002
by
Geert Uytterhoeven
Committed by
Linus Torvalds
Nov 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] m68k unused cruft removal
M68k: Remove obsolete cruft
parent
74bf528d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
21 deletions
+0
-21
arch/m68k/kernel/sun3-head.S
arch/m68k/kernel/sun3-head.S
+0
-6
arch/m68k/mm/motorola.c
arch/m68k/mm/motorola.c
+0
-3
arch/m68k/mm/sun3mmu.c
arch/m68k/mm/sun3mmu.c
+0
-2
include/asm-m68k/sun3_pgalloc.h
include/asm-m68k/sun3_pgalloc.h
+0
-10
No files found.
arch/m68k/kernel/sun3-head.S
View file @
c31331be
...
...
@@ -16,9 +16,6 @@ SUN3_INVALID_PMEG = 255
.
globl
bootup_user_stack
.
globl
bootup_kernel_stack
.
globl
pg0
.
globl
empty_bad_page
.
globl
empty_bad_page_table
.
globl
empty_zero_page
.
globl
swapper_pg_dir
.
globl
kernel_pmd_table
.
globl
availmem
...
...
@@ -27,10 +24,7 @@ SUN3_INVALID_PMEG = 255
|
todo
:
all
these
should
be
in
bss
!
swapper_pg_dir
:
.
skip
0x2000
pg0
:
.
skip
0x2000
empty_bad_page
:
.
skip
0x2000
empty_bad_page_table
:
.
skip
0x2000
kernel_pmd_table
:
.
skip
0x2000
empty_zero_page
:
.
skip
0x2000
.
globl
kernel_pg_dir
.
equ
kernel_pg_dir
,
kernel_pmd_table
...
...
arch/m68k/mm/motorola.c
View file @
c31331be
...
...
@@ -196,9 +196,6 @@ map_chunk (unsigned long addr, long size)
return
virtaddr
;
}
extern
unsigned
long
empty_bad_page_table
;
extern
unsigned
long
empty_bad_page
;
/*
* paging_init() continues the virtual memory environment setup which
* was begun by the code in arch/head.S.
...
...
arch/m68k/mm/sun3mmu.c
View file @
c31331be
...
...
@@ -33,8 +33,6 @@ extern void mmu_emu_init (unsigned long bootmem_end);
const
char
bad_pmd_string
[]
=
"Bad pmd in pte_alloc: %08lx
\n
"
;
extern
unsigned
long
empty_bad_page_table
;
extern
unsigned
long
empty_bad_page
;
extern
unsigned
long
num_pages
;
void
free_initmem
(
void
)
...
...
include/asm-m68k/sun3_pgalloc.h
View file @
c31331be
...
...
@@ -95,14 +95,4 @@ static inline pgd_t * pgd_alloc(struct mm_struct *mm)
#define pgd_populate(mm, pmd, pte) BUG()
/* Reserved PMEGs. */
extern
char
sun3_reserved_pmeg
[
SUN3_PMEGS_NUM
];
extern
unsigned
long
pmeg_vaddr
[
SUN3_PMEGS_NUM
];
extern
unsigned
char
pmeg_alloc
[
SUN3_PMEGS_NUM
];
extern
unsigned
char
pmeg_ctx
[
SUN3_PMEGS_NUM
];
#define check_pgt_cache() do { } while (0)
#endif
/* SUN3_PGALLOC_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment