sh: early cached_to_uncached initialization.
statically initialise the cached_to_uncached offset, so that we can use it immediatly. Signed-off-by: Stuart Menefy <stuart.menefy@st.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
committed by
Paul Mundt
parent
3159e7d62a
commit
c6feb6142c
@@ -58,7 +58,8 @@ do { \
|
||||
last = __last; \
|
||||
} while (0)
|
||||
|
||||
#define __uses_jump_to_uncached __attribute__ ((__section__ (".uncached.text")))
|
||||
#define __uses_jump_to_uncached \
|
||||
noinline __attribute__ ((__section__ (".uncached.text")))
|
||||
|
||||
/*
|
||||
* Jump to uncached area.
|
||||
|
Reference in New Issue
Block a user