diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-04-25 18:00:45 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-04-25 18:00:45 +0000 |
commit | 6f1f31c069b20611f8df768bd4cc484a49624d62 (patch) | |
tree | 3e36c97714f8169168ec8b19ffded953dbca0f7f /linux-user/arm | |
parent | 5467a722943adaa3d11e97656cf789586e31ee93 (diff) |
ARM cache flush support (untested) - '-d' option fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@748 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/arm')
-rw-r--r-- | linux-user/arm/syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/arm/syscall.h b/linux-user/arm/syscall.h index 34153c998d..0ced33ee5b 100644 --- a/linux-user/arm/syscall.h +++ b/linux-user/arm/syscall.h @@ -26,3 +26,5 @@ struct target_pt_regs { #define ARM_ORIG_r0 uregs[17] #define ARM_SYSCALL_BASE 0x900000 + +#define ARM_NR_cacheflush (ARM_SYSCALL_BASE + 0xf0000 + 2) |