Sign in
android
/
platform
/
external
/
strace
/
refs/heads/android15-tests-dev
/
.
/
linux
/
aarch64
/
shuffle_scno.c
blob: 7d4de73c0b4a6e32291b38750bd23271cb17a537 [
file
] [
log
] [
blame
] [
edit
]
#define
shuffle_scno arm_shuffle_scno
#include
"../arm/shuffle_scno.c"
#undef
shuffle_scno
kernel_ulong_t
shuffle_scno
(
kernel_ulong_t
scno
)
{
if
(
current_personality
==
1
)
return
arm_shuffle_scno
(
scno
);
return
scno
;
}