Home
last modified time | relevance | path

Searched hist:"4 c0922f367a652a59ee0fa768212ec3bd78953ee" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/microblaze/cpu/
H A Dinterrupts.c4c0922f367a652a59ee0fa768212ec3bd78953ee Mon Jan 26 13:37:52 UTC 2015 Michal Simek <michal.simek@xilinx.com> microblaze: Remove DEBUG_INT macro and use debug() instead

Do not use specific macros for debugging.
Also remove compilation warning:
w+../arch/microblaze/cpu/interrupts.c: In function 'interrupt_handler':
w+../arch/microblaze/cpu/interrupts.c:153:2: warning: format '%x'
expects argument of type 'unsigned int', but argument 2 has type 'void
(*)(void *)' [-Wformat]
w+../arch/microblaze/cpu/interrupts.c:153:2: warning: format '%x'
expects argument of type 'unsigned int', but argument 4 has type 'void
*' [-Wformat]

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