a69eaec4d4
Define CONFIG_32BIT as _ABIO32 rather than as 1; it needs to be undefined for calls from mips64. We need defined(CONFIG_32BIT) == !defined(CONFIG_64BIT), and get that via defined(_ABIO32) == !defined(__LP64__). Define CONFIG_CPU_LITTLE_ENDIAN to get correctly-placed struct msqid64_ds fillers on ipc calls from mips32. Without this, big-endian fillers were erroneously used. This bug exists in prior mips32 Android releases. Define __SANE_USERSPACE_TYPES__ to use int_ll64.h rather than int_ll64.h on mips64. This depends on external/kernel-headers patch https://android-review.googlesource.com/#/c/98915/ http://patchwork.linux-mips.org/patch/6890/ Change-Id: If65fa80746533723cdf46eebe95733bea7ce24ba |
||
---|---|---|
.. | ||
clean_header.py | ||
cpp.py | ||
defaults.py | ||
generate_uapi_headers.sh | ||
kernel.py | ||
update_all.py | ||
utils.py |