From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Slaby Subject: [RFC 14/15] PM / Hibernate: dealign swsusp_info Date: Tue, 23 Mar 2010 17:17:42 +0100 Message-ID: <1269361063-3341-14-git-send-email-jslaby__5943.45610957152$1269362744$gmane$org@suse.cz> References: <1269361063-3341-1-git-send-email-jslaby@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1269361063-3341-1-git-send-email-jslaby@suse.cz> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: jirislaby@gmail.com Cc: linux-pm@lists.linux-foundation.org, Nigel Cunningham , linux-kernel@vger.kernel.org List-Id: linux-pm@vger.kernel.org From: Jiri Slaby Now there is no need to have swsusp_info page aligned thanks to chunk i/o support. We may add more info after it on the very same page. Later... Signed-off-by: Jiri Slaby Cc: Nigel Cunningham Cc: "Rafael J. Wysocki" --- kernel/power/power.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/power/power.h b/kernel/power/power.h index 842d27b..cf1450f 100644 --- a/kernel/power/power.h +++ b/kernel/power/power.h @@ -13,7 +13,7 @@ struct swsusp_info { unsigned long image_pages; unsigned long pages; unsigned long size; -} __attribute__((aligned(PAGE_SIZE))); +}; #ifdef CONFIG_HIBERNATION #ifdef CONFIG_ARCH_HIBERNATION_HEADER -- 1.7.0.2