Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
f4220feb
Commit
f4220feb
authored
Jul 05, 2011
by
Nicolas Pitre
Committed by
Nicolas Pitre
Oct 13, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: mach-pxa: remove mach/memory.h
Signed-off-by:
Nicolas Pitre
<
nicolas.pitre@linaro.org
>
parent
3bc465aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
21 deletions
+2
-21
arch/arm/Kconfig
arch/arm/Kconfig
+1
-0
arch/arm/mach-pxa/include/mach/memory.h
arch/arm/mach-pxa/include/mach/memory.h
+0
-20
arch/arm/mach-pxa/z2.c
arch/arm/mach-pxa/z2.c
+1
-1
No files found.
arch/arm/Kconfig
View file @
f4220feb
...
...
@@ -658,6 +658,7 @@ config ARCH_PXA
select SPARSE_IRQ
select AUTO_ZRELADDR
select MULTI_IRQ_HANDLER
select NO_MACH_MEMORY_H
help
Support for Intel/Marvell's PXA2xx/PXA3xx processor line.
...
...
arch/arm/mach-pxa/include/mach/memory.h
deleted
100644 → 0
View file @
3bc465aa
/*
* arch/arm/mach-pxa/include/mach/memory.h
*
* Author: Nicolas Pitre
* Copyright: (C) 2001 MontaVista Software Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_ARCH_MEMORY_H
#define __ASM_ARCH_MEMORY_H
/*
* Physical DRAM offset.
*/
#define PLAT_PHYS_OFFSET UL(0xa0000000)
#endif
arch/arm/mach-pxa/z2.c
View file @
f4220feb
...
...
@@ -686,7 +686,7 @@ static void z2_power_off(void)
*/
PSPR
=
0x0
;
local_irq_disable
();
pxa27x_cpu_suspend
(
PWRMODE_DEEPSLEEP
,
P
LAT_P
HYS_OFFSET
-
PAGE_OFFSET
);
pxa27x_cpu_suspend
(
PWRMODE_DEEPSLEEP
,
PHYS_OFFSET
-
PAGE_OFFSET
);
}
#else
#define z2_power_off NULL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment