mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
26025bbfbb
Add metag system call and gateway page interfaces. The metag architecture port uses the generic system call numbers from asm-generic/unistd.h, as well as a user gateway page mapped at 0x6ffff000 which contains fast atomic primitives (depending on SMP) and a fast method of accessing TLS data. System calls use the SWITCH instruction with the immediate 0x440001 to signal a system call. Signed-off-by: James Hogan <james.hogan@imgtec.com> |
||
---|---|---|
.. | ||
clock.c | ||
devtree.c | ||
head.S | ||
irq.c | ||
kick.c | ||
machines.c | ||
ptrace.c | ||
setup.c | ||
signal.c | ||
sys_metag.c | ||
tbiunexp.S | ||
tcm.c | ||
time.c | ||
traps.c | ||
user_gateway.S |