mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Bump to 5.15.y imx6, xu4, rocchip64, jetson-nano * Sunxi patches cleanup Thanks @jernejsk * Bump Meson64 to 5.15.y * Bump mvebu* to 5.15.y @heisath Disable 13-net-mvneta.patch - double check. * Add uppstram patch for opi zero2 legacy kernel * Update mvebu mvneta patch * Orangepi Zero2 reboot fix Co-authored-by: Heisath <jannis@imserv.org>
12 lines
369 B
Diff
12 lines
369 B
Diff
--- ./arch/arm/mm/cache-feroceon-l2.c.orig 2013-04-26 13:18:32.000000000 -0600
|
|
+++ ./arch/arm/mm/cache-feroceon-l2.c 2013-04-28 04:01:09.815592333 -0600
|
|
@@ -117,7 +117,7 @@ static inline void l2_inv_pa_range(unsig
|
|
l2_put_va(va_start);
|
|
}
|
|
|
|
-static inline void l2_inv_all(void)
|
|
+static void l2_inv_all(void)
|
|
{
|
|
__asm__("mcr p15, 1, %0, c15, c11, 0" : : "r" (0));
|
|
}
|