sh64: Kill off unused fixed I/O mapping window.
This was reworked some time ago to go through fixmaps instead, leaving the range itself unused. As such, kill off the remaining references and hand over the remaining space for fixmaps directly. This also makes it possible to simplify the vmalloc fault case as we no longer have to care about the special section. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Цей коміт міститься в:
@@ -246,8 +246,7 @@ asmlinkage int do_fast_page_fault(unsigned long long ssr_md,
|
||||
tsk = current;
|
||||
mm = tsk->mm;
|
||||
|
||||
if ((address >= VMALLOC_START && address < VMALLOC_END) ||
|
||||
(address >= IOBASE_VADDR && address < IOBASE_END)) {
|
||||
if ((address >= VMALLOC_START && address < VMALLOC_END)) {
|
||||
if (ssr_md)
|
||||
/*
|
||||
* Process-contexts can never have this address
|
||||
|
Посилання в новій задачі
Заблокувати користувача