summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/fixmap.h
Commit message (Collapse)AuthorAgeFilesLines
* microblaze/mm/highmem: Switch to generic kmap atomicThomas Gleixner2020-11-061-2/+2
| | | | | | | | | | No reason having the same code in every architecture. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Michal Simek <monstr@monstr.eu> Cc: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20201103095857.777445435@linutronix.de
* microblaze: Convert headers to SPDX licenseMichal Simek2020-02-251-4/+1
| | | | | | | | Covert all headers to SPDX. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Stefan Asserhall <stefan.asserhall@xilinx.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
* microblaze: use generic fixmap.hMark Salter2014-01-231-42/+2
| | | | | | | Signed-off-by: Mark Salter <msalter@redhat.com> Tested-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* microblaze: Highmem supportMichal Simek2012-03-231-0/+8
| | | | | | The first highmem implementation. Signed-off-by: Michal Simek <monstr@monstr.eu>
* microblaze: Introduce fixmapMichal Simek2012-03-231-0/+101
Fixmap will be used for highmem support. Signed-off-by: Michal Simek <monstr@monstr.eu>