| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/sh/mm/nommu.c |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Various helper routines and stubs for MMUless SH. |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Copyright (C) 2002 - 2009 Paul Mundt |
|---|
| 7 | | - * |
|---|
| 8 | | - * Released under the terms of the GNU GPL v2.0. |
|---|
| 9 | 8 | */ |
|---|
| 10 | 9 | #include <linux/kernel.h> |
|---|
| 11 | 10 | #include <linux/init.h> |
|---|
| 12 | 11 | #include <linux/string.h> |
|---|
| 13 | 12 | #include <linux/mm.h> |
|---|
| 14 | | -#include <asm/pgtable.h> |
|---|
| 15 | 13 | #include <asm/tlbflush.h> |
|---|
| 16 | 14 | #include <asm/page.h> |
|---|
| 17 | 15 | #include <linux/uaccess.h> |
|---|
| .. | .. |
|---|
| 96 | 94 | } |
|---|
| 97 | 95 | |
|---|
| 98 | 96 | void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) |
|---|
| 99 | | -{ |
|---|
| 100 | | -} |
|---|
| 101 | | - |
|---|
| 102 | | -void pgtable_cache_init(void) |
|---|
| 103 | 97 | { |
|---|
| 104 | 98 | } |
|---|