sleep.S (be509729356b7433f73df2b9a966674a437fbbc1) sleep.S (a09e64fbc0094e3073dbb09c3b4bfe4ab669244b)
1/*
2 * SA11x0 Assembler Sleep/WakeUp Management Routines
3 *
4 * Copyright (c) 2001 Cliff Brake <cbrake@accelent.com>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License.
8 *

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

13 * 2001-08-29: Nicolas Pitre Simplified.
14 *
15 * 2002-05-27: Nicolas Pitre Revisited, more cleanup and simplification.
16 * Storage is on the stack now.
17 */
18
19#include <linux/linkage.h>
20#include <asm/assembler.h>
1/*
2 * SA11x0 Assembler Sleep/WakeUp Management Routines
3 *
4 * Copyright (c) 2001 Cliff Brake <cbrake@accelent.com>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License.
8 *

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

13 * 2001-08-29: Nicolas Pitre Simplified.
14 *
15 * 2002-05-27: Nicolas Pitre Revisited, more cleanup and simplification.
16 * Storage is on the stack now.
17 */
18
19#include <linux/linkage.h>
20#include <asm/assembler.h>
21#include <asm/arch/hardware.h>
21#include <mach/hardware.h>
22
23
24
25 .text
26
27
28
29/*

--- 186 unchanged lines hidden ---
22
23
24
25 .text
26
27
28
29/*

--- 186 unchanged lines hidden ---