Re: [Suspend-devel] Lenovo T60 - resume from disk

2006-08-30 Thread Rafael J. Wysocki
On Wednesday 30 August 2006 20:02, Jon Escombe wrote: > Rafael J. Wysocki wrote: > > > Sorry, I forgot the BUG_ON(), as it's been dropped recently in a patch > > that's > > in -mm now. Please just remove the BUG_ON(). > > Yup, can confirm that removing that line fixes my suspend oops with the

Re: [Suspend-devel] Lenovo T60 - resume from disk

2006-08-30 Thread Jon Escombe
Rafael J. Wysocki wrote: > Sorry, I forgot the BUG_ON(), as it's been dropped recently in a patch that's > in -mm now. Please just remove the BUG_ON(). Yup, can confirm that removing that line fixes my suspend oops with the patch. Unfortunately, the patch doesn't do anything for the HIGHMEM64

Re: [Suspend-devel] Lenovo T60 - resume from disk

2006-08-30 Thread Rafael J. Wysocki
On Wednesday 30 August 2006 00:08, Jon Escombe wrote: > Rafael J. Wysocki wrote: > > >> (gdb) l *count_data_pages+0x38 > >> 0xc013fbfc is in count_data_pages (kernel/power/snapshot.c:205). > >> 200 > >> 201 for_each_zone (zone) { > >> 202 if (is_highmem(zone)) > >>