aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze/mm/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-12-16Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-3/+1
Pull microblaze updates from Michal Simek: "The biggest change is to remove support for noMMU configuration. FPGAs are bigger so people use Microblaze with MMU for a lot of years and there is likely no user of this code anymore. No one is updating libraries for this configuration either. - Remove noMMU support - Add support for TIF_NOTIFY_SIGNAL - Small header fix" * tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblaze: microblaze: Remove noMMU code microblaze: add support for TIF_NOTIFY_SIGNAL microblaze: Replace <linux/clk-provider.h> by <linux/of_clk.h>
2020-11-26microblaze: Remove noMMU codeMichal Simek1-1/+1
This configuration is obsolete and likely none is really using it. That's why remove it to simplify code. Note about CONFIG_MMU in hw_exception_handler.S is left intentionally for better comment understanding. Cc: Mike Rapoport <[email protected]> Cc: Arnd Bergmann <[email protected]> Signed-off-by: Michal Simek <[email protected]> Acked-by: Mike Rapoport <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/43486cab370e0c0a79860120b71e0caac75a7e44.1606397528.git.michal.simek@xilinx.com
2020-11-06microblaze/mm/highmem: Switch to generic kmap atomicThomas Gleixner1-1/+0
No reason having the same code in every architecture. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Michal Simek <[email protected]> Cc: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2012-03-23microblaze: Highmem supportMichal Simek1-0/+1
The first highmem implementation. Signed-off-by: Michal Simek <[email protected]>
2010-03-11microblaze: Add consistent codeMichal Simek1-1/+1
Remove ancient Kconfig option for consistent code. MMU uses cache inhibit pages. noMMU uses UNCACHE SHADOW feature where is used double ram size. For example: Physical ram is 256MB and cache are setup to cover the same size. But if you setup in HW that size is 512MB and cache covers 256MB than you can use adresses from 256-512MB without caches and correspond with 0-256MB with cache. That's why I am using dcache base/high addresses to find out uncache area. Signed-off-by: Michal Simek <[email protected]>
2009-05-26microblaze_mmu_v2: MakefilesMichal Simek1-0/+2
Signed-off-by: Michal Simek <[email protected]>
2009-03-27microblaze_v8: Makefiles for Microblaze cpuMichal Simek1-0/+5
Reviewed-by: Ingo Molnar <[email protected]> Acked-by: Randy Dunlap <[email protected]> Acked-by: John Linn <[email protected]> Acked-by: Stephen Neuendorffer <[email protected]> Acked-by: John Williams <[email protected]> Signed-off-by: Michal Simek <[email protected]>