Home
last modified time | relevance | path

Searched hist:"62 bc82a82bb1e2b5ee5048c088af7260ddb2b7b5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/microblaze/include/asm/
H A Dcacheflush.hdiff 62bc82a82bb1e2b5ee5048c088af7260ddb2b7b5 Mon Jun 03 04:30:04 CDT 2013 Michal Simek <michal.simek@xilinx.com> microblaze: Use static inline functions in cacheflush.h

Using static inline functions ensure proper type checking
which also remove compilation warning for no MMU

Compilation warning:
arch/microblaze/include/asm/cacheflush.h: warning: 'addr'
may be used uninitialized in this function [-Wmaybe-uninitialized]

Signed-off-by: Michal Simek <michal.simek@xilinx.com>