Prev: PM / Hibernate: add chunk i/o support
Next: [GIT PULL 0/6] perf/core improvements and fixes for 2.6.36
From: Rafael J. Wysocki on 25 Jun 2010 10:00 On Wednesday, June 02, 2010, Jiri Slaby wrote: > From: Jiri Slaby <jirislaby(a)gmail.com> > > 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... OK > Signed-off-by: Jiri Slaby <jirislaby(a)gmail.com> > Cc: "Rafael J. Wysocki" <rjw(a)sisk.pl> > --- > 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 6e2e796..1fdbfe7 100644 > --- a/kernel/power/power.h > +++ b/kernel/power/power.h > @@ -12,7 +12,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 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |