sparc32: drop swapper_pg_dir
We save one page of RAM dropping swapper_pg_dir. It was only used for an assignment in init-mm.c and we redid this later in srmmu.c anyway. This is likely a left-over from the sun4c removal. To avoid a dummy variable we use a simple #define swapper_pg_dir NULL Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
7cdfbc74c8
commit
881e02d298
@@ -58,8 +58,6 @@ sun4e_notsup:
|
||||
/* This was the only reasonable way I could think of to properly align
|
||||
* these page-table data structures.
|
||||
*/
|
||||
.globl swapper_pg_dir
|
||||
swapper_pg_dir: .skip PAGE_SIZE
|
||||
.globl empty_zero_page
|
||||
empty_zero_page: .skip PAGE_SIZE
|
||||
|
||||
|
Reference in New Issue
Block a user