Re: [C/R ARM v2][PATCH 1/3] ARM: Rudimentary syscall interfaces

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Roland McGrath
Date: Wednesday, April 28, 2010 - 5:08 pm

> + * syscalls.h - Linux syscall interfaces for ARM

s/syscalls/syscall/


Why doesn't this just use access_process_vm?


No clue about the ARM details, not reviewing that.  I think this is too big
to be an inline and should be in some arch/arm/kernel/*.c place instead.
Of course, if (config_aeabi && !config_oabi) is true at compile time, it's
not large at all.  So perhaps just move the compelx cases to a function
and leave the "Pure EABI" fork in the inline.


Thanks,
Roland
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [C/R ARM v2][PATCH] ARM: Rudimentary syscall interfaces, Christoffer Dall, (Mon Apr 26, 3:36 pm)
Re: [C/R ARM v2][PATCH 1/3] ARM: Rudimentary syscall inter ..., Roland McGrath, (Wed Apr 28, 5:08 pm)