seL4/include/plat
Edward Pierzchalski 1ca215cfea RISCV: make sure i has a uniform type.
The C parser produces abbreviations for local variables that depend on
the variable type and the order they appear in the source.

The signature for `get_avail_p_reg` on RISCV has a different type for
`i` than every other function, which causes issues when `hardware.h` is
included early in `kernel_all.c_pp`. Changing the type to `word_t`
avoids these issues.
2019-03-20 17:37:41 +11:00
..
allwinnerA20/plat Made declaration of handleReservedIRQ optional, refactored consequently 2019-03-14 15:23:21 +11:00
am335x/plat style: consistently attach return type 2019-03-19 14:05:36 +11:00
apq8064/plat Made declaration of handleReservedIRQ optional, refactored consequently 2019-03-14 15:23:21 +11:00
bcm2837/plat style: consistently attach return type 2019-03-19 14:05:36 +11:00
exynos4/plat Made declaration of handleReservedIRQ optional, refactored consequently 2019-03-14 15:23:21 +11:00
exynos5/plat Made declaration of handleReservedIRQ optional, refactored consequently 2019-03-14 15:23:21 +11:00
exynos_common/plat/machine Refactor mct.c into mct.h and hardware.c 2017-11-28 10:21:46 +11:00
hikey/plat Made declaration of handleReservedIRQ optional, refactored consequently 2019-03-14 15:23:21 +11:00
imx6/plat Made declaration of handleReservedIRQ optional, refactored consequently 2019-03-14 15:23:21 +11:00
imx7/plat Made declaration of handleReservedIRQ optional, refactored consequently 2019-03-14 15:23:21 +11:00
imx31/plat style: consistently attach return type 2019-03-19 14:05:36 +11:00
omap3/plat style: consistently attach return type 2019-03-19 14:05:36 +11:00
pc99/plat style: consistently attach return type 2019-03-19 14:05:36 +11:00
spike/plat RISCV: make sure i has a uniform type. 2019-03-20 17:37:41 +11:00
tk1/plat style: consistently attach return type 2019-03-19 14:05:36 +11:00
tx1/plat Made declaration of handleReservedIRQ optional, refactored consequently 2019-03-14 15:23:21 +11:00
tx2/plat Made declaration of handleReservedIRQ optional, refactored consequently 2019-03-14 15:23:21 +11:00
zynq7000/plat Made declaration of handleReservedIRQ optional, refactored consequently 2019-03-14 15:23:21 +11:00
zynqmp/plat Made declaration of handleReservedIRQ optional, refactored consequently 2019-03-14 15:23:21 +11:00