From: Steven <hairpinblue@yahoo.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] tuxonice-head 070811
Date: Sat, 11 Aug 2007 21:47:40 +0000 (UTC) [thread overview]
Message-ID: <f9lapr$o94$1@sea.gmane.org> (raw)
Small problem with kernel/power/tuxonice_checksum.c which causes
compilation to fail with wrong type for get_next_bit_on
--- tuxonice_checksum.c.orig 2007-08-11 14:22:52.000000000 -0700
+++ tuxonice_checksum.c 2007-08-11 14:23:01.000000000 -0700
@@ -292,7 +292,7 @@
if (check)
toi_num_resaved = 0;
- BITMAP_FOR_EACH_SET(pageset2_map, pfn) {
+ BITMAP_FOR_EACH_SET(&pageset2_map, pfn) {
int ret;
if (index % CHECKSUMS_PER_PAGE) {
this_checksum += CHECKSUM_SIZE;
reply other threads:[~2007-08-11 21:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='f9lapr$o94$1@sea.gmane.org' \
--to=hairpinblue@yahoo.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.