Home
last modified time | relevance | path

Searched hist:cd98d390ae009c5c1be5ae9a656e943bb47e14f0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall_defs.hdiff cd98d390ae009c5c1be5ae9a656e943bb47e14f0 Sun Mar 02 13:36:40 CST 2014 Andreas Schwab <schwab@suse.de> linux-user: Don't use UID16 on AArch64

The AArch64 kernel defines its __kernel_uid_t type as 32 bits, unlike
32 bit ARM, so don't enable our 16-bit UID wrapper handling.

Signed-off-by: Andreas Schwab <schwab@suse.de>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>