lkml.org 
[lkml]   [2010]   [Mar]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RFC 14/15] PM / Hibernate: dealign swsusp_info
    Date
    From: Jiri Slaby <jirislaby@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...

    Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
    Cc: Nigel Cunningham <ncunningham@crca.org.au>
    Cc: "Rafael J. Wysocki" <rjw@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 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



    \
     
     \ /
      Last update: 2010-03-23 17:25    [W:2.818 / U:0.340 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site