ARM: tegra: clean up the common assembly macros into sleep.h
authorJoseph Lo <josephl@nvidia.com>
Thu, 16 Aug 2012 09:31:50 +0000 (17:31 +0800)
committerStephen Warren <swarren@nvidia.com>
Thu, 13 Sep 2012 17:41:06 +0000 (11:41 -0600)
commitc2be5bfcc986e688c0c9b427b9fb33be178437d8
tree66d900ceb5b57fe3e8008e0d0480518b3046eb9c
parentbb6032776d81d01cf6fecac7ccc27dd5abbffd7a
ARM: tegra: clean up the common assembly macros into sleep.h

There are some common macros for Tegra low-level assembly code. Clean
up them into one header file and move the definitions that will be
re-used into it as well.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/headsmp.S
arch/arm/mach-tegra/sleep.S
arch/arm/mach-tegra/sleep.h [new file with mode: 0644]