[PATCH] rme96xx: fix PageReserved range
authorHugh Dickins <hugh@veritas.com>
Wed, 22 Jun 2005 00:15:09 +0000 (17:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 01:46:20 +0000 (18:46 -0700)
commit7c2f3fda5666c280bcd00ac3b86963270b23e796
tree97404af53d1bb61912e5739690c053f8005bc299
parent334795eca421287c41c257992027d29659dc0f97
[PATCH] rme96xx: fix PageReserved range

rme96xx busmaster_malloc miscalculates and fails to set PageReserved on any
page of char *buf; but busmaster_free does it right, so do the same (I
don't have the card, just noticed this while sifting for rmap BUGs).

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/oss/rme96xx.c