* [PATCH] tuxonice-head 070811
@ 2007-08-11 21:47 Steven
0 siblings, 0 replies; only message in thread
From: Steven @ 2007-08-11 21:47 UTC (permalink / raw)
To: linux-kernel
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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-11 21:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-11 21:47 [PATCH] tuxonice-head 070811 Steven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox