All of lore.kernel.org
 help / color / mirror / Atom feed
* BUG() in sys_swapon
@ 2004-04-14 22:53 Peter Horton
  0 siblings, 0 replies; only message in thread
From: Peter Horton @ 2004-04-14 22:53 UTC (permalink / raw)
  To: linux-mips

The current 2.6.x tree running on a Cobalt Qube throws an OOPS from
sys_swapon().

It looks like this is because line 1257 in r1.89 of mm/swapfile.c
(2.6.x) compiles to a BUG().

    ... swp_type(pte_to_swp_entry(swp_entry_to_pte(swp_entry(~0UL,0)))))

swp_entry(~0UL,0)			--> f800_0000
swp_entry_to_pte(f800_0000)
    __swp_entry(1f, 0000_0000)		--> 0000_003e
    pte_file(0000_003e)			--> 0000_0010
    BUG_ON(0000_0010)

P.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-14 22:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-14 22:53 BUG() in sys_swapon Peter Horton

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.