entry-common.S (c1f3ee120bb61045b1c0a3ead620d1d65af47130) entry-common.S (48d7927bdf071d05cf5d15b816cf06b0937cb84f)
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.

--- 338 unchanged lines hidden (view full) ---

347 beq do_mmap2
348 mov r0, #-EINVAL
349 mov pc, lr
350#else
351 str r5, [sp, #4]
352 b do_mmap2
353#endif
354
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.

--- 338 unchanged lines hidden (view full) ---

347 beq do_mmap2
348 mov r0, #-EINVAL
349 mov pc, lr
350#else
351 str r5, [sp, #4]
352 b do_mmap2
353#endif
354
355ENTRY(pabort_ifar)
356 mrc p15, 0, r0, cr6, cr0, 2
357ENTRY(pabort_noifar)
358 mov pc, lr
359
355#ifdef CONFIG_OABI_COMPAT
356
357/*
358 * These are syscalls with argument register differences
359 */
360
361sys_oabi_pread64:
362 stmia sp, {r3, r4}

--- 37 unchanged lines hidden ---
360#ifdef CONFIG_OABI_COMPAT
361
362/*
363 * These are syscalls with argument register differences
364 */
365
366sys_oabi_pread64:
367 stmia sp, {r3, r4}

--- 37 unchanged lines hidden ---