login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
March
»
8
Re: [PATCH 15/20] Move swsusp __pa() dependent code to arch portion
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Pavel Machek <pavel@...>
To: Vivek Goyal <vgoyal@...>
Cc: linux kernel mailing list <linux-kernel@...>, Reloc Kernel List <fastboot@...>, <ebiederm@...>, <akpm@...>, <ak@...>, <hpa@...>, <magnus.damm@...>, <lwang@...>, <dzickus@...>, <rjw@...>
Subject:
Re: [PATCH 15/20] Move swsusp __pa() dependent code to arch portion
Date: Thursday, March 8, 2007 - 7:47 am
Hi!
quoted text
> > > +int pfn_is_nosave(unsigned long pfn) > > > +{ > > > + unsigned long nosave_begin_pfn = __pa_symbol(&__nosave_begin) >> PAGE_SHIFT; > > > + unsigned long nosave_end_pfn = PAGE_ALIGN(__pa_symbol(&__nosave_end)) >> PAGE_SHIFT; > > > + return (pfn >= nosave_begin_pfn) && (pfn < nosave_end_pfn); > > > +} > > > > ...in asm-generic/suspend.h (or something) and then just include it? > > Pavel > > As code is not exactly same, we can't put it in asm-generic/suspend.h.
Ok... ACK on the original patch, then. Pavel -- (english)
http://www.livejournal.com/~pavelmachek
(cesky, pictures)
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[PATCH 0/20] x86_64 Relocatable bzImage support (V4)
, Vivek Goyal
, (Wed Mar 7, 2:57 am)
Re: [PATCH 0/20] x86_64 Relocatable bzImage support (V4)
, Andi Kleen
, (Wed Mar 14, 7:10 pm)
Re: [PATCH 0/20] x86_64 Relocatable bzImage support (V4)
, Arjan van de Ven
, (Wed Mar 7, 11:07 am)
Re: [PATCH 0/20] x86_64 Relocatable bzImage support (V4)
, Vivek Goyal
, (Wed Mar 7, 11:36 pm)
Re: [PATCH 0/20] x86_64 Relocatable bzImage support (V4)
, Nigel Cunningham
, (Wed Mar 7, 4:49 pm)
Re: [PATCH 0/20] x86_64 Relocatable bzImage support (V4)
, Nigel Cunningham
, (Wed Mar 7, 7:15 pm)
Re: [PATCH 0/20] x86_64 Relocatable bzImage support (V4)
, Vivek Goyal
, (Thu Mar 8, 3:48 am)
Re: [PATCH 0/20] x86_64 Relocatable bzImage support (V4)
, Vivek Goyal
, (Thu Mar 8, 12:40 am)
Re: [PATCH 0/20] x86_64 Relocatable bzImage support (V4)
, Nigel Cunningham
, (Thu Mar 8, 4:07 am)
Re: [PATCH 0/20] x86_64 Relocatable bzImage support (V4)
, Vivek Goyal
, (Thu Mar 8, 4:27 am)
Re: [PATCH 0/20] x86_64 Relocatable bzImage support (V4)
, Eric W. Biederman
, (Wed Mar 7, 3:08 pm)
[PATCH 8/20] x86_64: 64bit PIC SMP trampoline
, Vivek Goyal
, (Wed Mar 7, 3:09 am)
[PATCH 17/20] x86_64: __pa and __pa_symbol address space sep...
, Vivek Goyal
, (Wed Mar 7, 3:21 am)
[PATCH 16/20] swsusp: do not use virt_to_page on kernel data...
, Vivek Goyal
, (Wed Mar 7, 3:20 am)
Re: [PATCH 16/20] swsusp: do not use virt_to_page on kernel ...
, Pavel Machek
, (Wed Mar 7, 6:50 pm)
Re: [PATCH 16/20] swsusp: do not use virt_to_page on kernel ...
, Vivek Goyal
, (Thu Mar 8, 1:04 am)
Re: [PATCH 16/20] swsusp: do not use virt_to_page on kernel ...
, Pavel Machek
, (Thu Mar 8, 7:44 am)
Re: [PATCH 16/20] swsusp: do not use virt_to_page on kernel ...
, Nigel Cunningham
, (Wed Mar 7, 7:15 pm)
Re: [PATCH 16/20] swsusp: do not use virt_to_page on kernel ...
, Pavel Machek
, (Wed Mar 7, 6:49 pm)
Re: [PATCH 16/20] swsusp: do not use virt_to_page on kernel ...
, Vivek Goyal
, (Thu Mar 8, 1:17 am)
Re: [PATCH 16/20] swsusp: do not use virt_to_page on kernel ...
, Pavel Machek
, (Thu Mar 8, 7:47 am)
[PATCH 13/20] x86_64: Modify discover_ebda to use virtual ad...
, Vivek Goyal
, (Wed Mar 7, 3:16 am)
[PATCH 18/20] x86_64: Relocatable Kernel Support
, Vivek Goyal
, (Wed Mar 7, 3:22 am)
[PATCH 7/20] x86_64: Add EFER to the register set saved by s...
, Vivek Goyal
, (Wed Mar 7, 3:08 am)
[PATCH 10/20] x86_64: wakeup.S rename registers to reflect r...
, Vivek Goyal
, (Wed Mar 7, 3:12 am)
Re: [PATCH 10/20] x86_64: wakeup.S rename registers to refle...
, Pavel Machek
, (Wed Mar 7, 6:30 pm)
[PATCH 19/20] x86_64: Extend bzImage protocol for relocatabl...
, Vivek Goyal
, (Wed Mar 7, 3:24 am)
[PATCH 20/20] x86_64: Move cpu verification code to common f...
, Vivek Goyal
, (Wed Mar 7, 3:25 am)
[PATCH 15/20] Move swsusp __pa() dependent code to arch port...
, Vivek Goyal
, (Wed Mar 7, 3:18 am)
Re: [PATCH 15/20] Move swsusp __pa() dependent code to arch ...
, Pavel Machek
, (Wed Mar 7, 6:47 pm)
Re: [PATCH 15/20] Move swsusp __pa() dependent code to arch ...
, Vivek Goyal
, (Thu Mar 8, 1:34 am)
Re: [PATCH 15/20] Move swsusp __pa() dependent code to arch ...
, Pavel Machek
, (Thu Mar 8, 7:47 am)
[PATCH 14/20] x86_64: Remove the identity mapping as early a...
, Vivek Goyal
, (Wed Mar 7, 3:17 am)
[PATCH 12/20] x86_64: 64bit ACPI wakeup trampoline
, Vivek Goyal
, (Wed Mar 7, 3:14 am)
Re: [PATCH 12/20] x86_64: 64bit ACPI wakeup trampoline
, Pavel Machek
, (Wed Mar 7, 6:45 pm)
Re: [PATCH 12/20] x86_64: 64bit ACPI wakeup trampoline
, Vivek Goyal
, (Thu Mar 8, 12:58 am)
Re: [PATCH 12/20] x86_64: 64bit ACPI wakeup trampoline
, Pavel Machek
, (Thu Mar 8, 7:44 am)
Re: [Fastboot] [PATCH 12/20] x86_64: 64bit ACPI wakeup tramp...
, Bernhard Walle
, (Wed Mar 7, 6:57 pm)
[PATCH 11/20] x86_64: wakeup.S misc cleanups
, Vivek Goyal
, (Wed Mar 7, 3:13 am)
Re: [PATCH 11/20] x86_64: wakeup.S misc cleanups
, Pavel Machek
, (Wed Mar 7, 6:41 pm)
Re: [PATCH 11/20] x86_64: wakeup.S misc cleanups
, Vivek Goyal
, (Thu Mar 8, 12:29 am)
Re: [PATCH 11/20] x86_64: wakeup.S misc cleanups
, Pavel Machek
, (Thu Mar 8, 7:43 am)
Re: [Fastboot] [PATCH 11/20] x86_64: wakeup.S misc cleanups
, Lombard, David N
, (Thu Mar 8, 12:45 pm)
Re: [PATCH 11/20] x86_64: wakeup.S misc cleanups
, Pavel Machek
, (Wed Mar 7, 6:40 pm)
Re: [PATCH 11/20] x86_64: wakeup.S misc cleanups
, Vivek Goyal
, (Thu Mar 8, 12:25 am)
[PATCH 9/20] x86_64: Get rid of dead code in suspend resume
, Vivek Goyal
, (Wed Mar 7, 3:10 am)
[PATCH 6/20] x86_64: cleanup segments
, Vivek Goyal
, (Wed Mar 7, 3:06 am)
[PATCH 5/20] x86_64: modify copy_bootdata to use virtual add...
, Vivek Goyal
, (Wed Mar 7, 3:04 am)
[PATCH 4/20] x86_64: Fix early printk to use standard ISA ma...
, Vivek Goyal
, (Wed Mar 7, 3:03 am)
[PATCH 3/20] x86_64: Clean up the early boot page table
, Vivek Goyal
, (Wed Mar 7, 3:02 am)
[PATCH 2/20] x86_64: Kill temp boot pmds
, Vivek Goyal
, (Wed Mar 7, 3:00 am)
[PATCH 1/20] x86_64: Assembly safe page.h and pgtable.h
, Vivek Goyal
, (Wed Mar 7, 2:59 am)
Re: [PATCH 1/20] x86_64: Assembly safe page.h and pgtable.h
, Sam Ravnborg
, (Wed Mar 7, 3:24 pm)
Re: [PATCH 1/20] x86_64: Assembly safe page.h and pgtable.h
, Vivek Goyal
, (Thu Mar 8, 2:01 am)
Re: [PATCH 1/20] x86_64: Assembly safe page.h and pgtable.h
, Eric W. Biederman
, (Thu Mar 8, 2:16 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
[GIT PATCH] driver core patches against 2.6.24
debian developer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Adrian Bunk
Re: LSM conversion to static interface
git
:
linux-netdev
:
Gerrit Renker
[PATCH 26/37] dccp: Integration of dynamic feature activation - part 1 (socket set...
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
Linus Torvalds
Re: [GIT]: Networking
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
6 users
and
934 guests
online.
Online users
ionut
garminportable
strcmp
nominalgeek
cyberbami
loseweightfarrf
Syndicate