entry-common.S (f4dc9a4cf26278f5b608d6e4bd16e7b27ddcf1a5) | entry-common.S (bce495d865829d7a1d8102a834d3e3af32616567) |
---|---|
1/* 2 * linux/arch/arm/kernel/entry-common.S 3 * 4 * Copyright (C) 2000 Russell King 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. 9 */ 10#include <linux/config.h> 11 | 1/* 2 * linux/arch/arm/kernel/entry-common.S 3 * 4 * Copyright (C) 2000 Russell King 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. 9 */ 10#include <linux/config.h> 11 |
12#include <asm/thread_info.h> 13#include <asm/ptrace.h> | |
14#include <asm/unistd.h> 15 16#include "entry-header.S" 17 18 19 .align 5 20/* 21 * This is the fast syscall return path. We do as little as --- 264 unchanged lines hidden --- | 12#include <asm/unistd.h> 13 14#include "entry-header.S" 15 16 17 .align 5 18/* 19 * This is the fast syscall return path. We do as little as --- 264 unchanged lines hidden --- |