diff options
| author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-08-02 05:55:55 -0400 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-02 16:32:35 -0400 |
| commit | 4baa9922430662431231ac637adedddbb0cfb2d7 (patch) | |
| tree | e8fb765ce3e41c01f33de34a0bc9494f0ae19818 /arch/arm/lib | |
| parent | ff4db0a043a5dee7180bdffd178e61cd02812c68 (diff) | |
[ARM] move include/asm-arm to arch/arm/include/asm
Move platform independent header files to arch/arm/include/asm, leaving
those in asm/arch* and asm/plat* alone.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/lib')
| -rw-r--r-- | arch/arm/lib/getuser.S | 2 | ||||
| -rw-r--r-- | arch/arm/lib/putuser.S | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/lib/getuser.S b/arch/arm/lib/getuser.S index 1dd8ea4f9a9..2034d4dbe6a 100644 --- a/arch/arm/lib/getuser.S +++ b/arch/arm/lib/getuser.S | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | * r2, r3 contains the zero-extended value | 20 | * r2, r3 contains the zero-extended value |
| 21 | * lr corrupted | 21 | * lr corrupted |
| 22 | * | 22 | * |
| 23 | * No other registers must be altered. (see include/asm-arm/uaccess.h | 23 | * No other registers must be altered. (see <asm/uaccess.h> |
| 24 | * for specific ASM register usage). | 24 | * for specific ASM register usage). |
| 25 | * | 25 | * |
| 26 | * Note that ADDR_LIMIT is either 0 or 0xc0000000. | 26 | * Note that ADDR_LIMIT is either 0 or 0xc0000000. |
diff --git a/arch/arm/lib/putuser.S b/arch/arm/lib/putuser.S index 8620afe54f7..08ec7dffa52 100644 --- a/arch/arm/lib/putuser.S +++ b/arch/arm/lib/putuser.S | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | * Outputs: r0 is the error code | 20 | * Outputs: r0 is the error code |
| 21 | * lr corrupted | 21 | * lr corrupted |
| 22 | * | 22 | * |
| 23 | * No other registers must be altered. (see include/asm-arm/uaccess.h | 23 | * No other registers must be altered. (see <asm/uaccess.h> |
| 24 | * for specific ASM register usage). | 24 | * for specific ASM register usage). |
| 25 | * | 25 | * |
| 26 | * Note that ADDR_LIMIT is either 0 or 0xc0000000 | 26 | * Note that ADDR_LIMIT is either 0 or 0xc0000000 |
