Revision ed48e1f812b585e2af5dee6e08712c64d75978e2 authored by Mike Rapoport on 05 December 2019, 00:54:03 UTC, committed by Linus Torvalds on 05 December 2019, 03:44:15 UTC
microblaze has only two-level page tables and can use pgtable-nopmd and
folding of the upper layers.

Replace usage of include/asm-generic/4level-fixup.h and explicit
definition of __PAGETABLE_PMD_FOLDED in microblaze with
include/asm-generic/pgtable-nopmd.h and adjust page table manipulation
macros and functions accordingly.

Link: http://lkml.kernel.org/r/1572938135-31886-7-git-send-email-rppt@kernel.org
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Cc: Anatoly Pugachev <matorola@gmail.com>
Cc: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Greentime Hu <green.hu@gmail.com>
Cc: Greg Ungerer <gerg@linux-m68k.org>
Cc: Helge Deller <deller@gmx.de>
Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: "Kirill A. Shutemov" <kirill@shutemov.name>
Cc: Mark Salter <msalter@redhat.com>
Cc: Matt Turner <mattst88@gmail.com>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Peter Rosin <peda@axentia.se>
Cc: Richard Weinberger <richard@nod.at>
Cc: Rolf Eike Beer <eike-kernel@sf-tec.de>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Russell King <rmk+kernel@armlinux.org.uk>
Cc: Sam Creasey <sammy@sammy.net>
Cc: Vincent Chen <deanbo422@gmail.com>
Cc: Vineet Gupta <Vineet.Gupta1@synopsys.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 60e50f3
History
File Mode Size
Kconfig -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 343 bytes
acl.c -rw-r--r-- 3.1 KB
acl.h -rw-r--r-- 591 bytes
aops.c -rw-r--r-- 21.7 KB
aops.h -rw-r--r-- 374 bytes
bmap.c -rw-r--r-- 64.8 KB
bmap.h -rw-r--r-- 2.1 KB
dentry.c -rw-r--r-- 2.3 KB
dir.c -rw-r--r-- 52.0 KB
dir.h -rw-r--r-- 2.5 KB
export.c -rw-r--r-- 4.6 KB
file.c -rw-r--r-- 34.0 KB
gfs2.h -rw-r--r-- 372 bytes
glock.c -rw-r--r-- 56.5 KB
glock.h -rw-r--r-- 9.0 KB
glops.c -rw-r--r-- 16.5 KB
glops.h -rw-r--r-- 1005 bytes
incore.h -rw-r--r-- 23.3 KB
inode.c -rw-r--r-- 49.2 KB
inode.h -rw-r--r-- 4.0 KB
lock_dlm.c -rw-r--r-- 39.1 KB
log.c -rw-r--r-- 28.2 KB
log.h -rw-r--r-- 2.3 KB
lops.c -rw-r--r-- 27.2 KB
lops.h -rw-r--r-- 2.7 KB
main.c -rw-r--r-- 5.9 KB
meta_io.c -rw-r--r-- 10.5 KB
meta_io.h -rw-r--r-- 2.4 KB
ops_fstype.c -rw-r--r-- 42.2 KB
quota.c -rw-r--r-- 42.4 KB
quota.h -rw-r--r-- 2.0 KB
recovery.c -rw-r--r-- 11.0 KB
recovery.h -rw-r--r-- 1.1 KB
rgrp.c -rw-r--r-- 71.4 KB
rgrp.h -rw-r--r-- 3.4 KB
super.c -rw-r--r-- 34.6 KB
super.h -rw-r--r-- 1.8 KB
sys.c -rw-r--r-- 17.5 KB
sys.h -rw-r--r-- 507 bytes
trace_gfs2.h -rw-r--r-- 17.5 KB
trans.c -rw-r--r-- 6.9 KB
trans.h -rw-r--r-- 1.4 KB
util.c -rw-r--r-- 7.4 KB
util.h -rw-r--r-- 5.0 KB
xattr.c -rw-r--r-- 31.8 KB
xattr.h -rw-r--r-- 1.9 KB

back to top