mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 01:51:39 +00:00
sparc32: drop sparc_unmapped_base
The base is always the same so no need to use a variable for this. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d884297aca
commit
c966a337fa
2 changed files with 1 additions and 4 deletions
|
@ -107,8 +107,7 @@ typedef unsigned long iopgprot_t;
|
|||
|
||||
typedef struct page *pgtable_t;
|
||||
|
||||
extern unsigned long sparc_unmapped_base;
|
||||
#define TASK_UNMAPPED_BASE sparc_unmapped_base
|
||||
#define TASK_UNMAPPED_BASE 0x50000000
|
||||
|
||||
#else /* !(__ASSEMBLY__) */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue