[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MiNT 1.07 oops
Sorry, I forgot to include this diff in the 1.06 -> 1.07 patches.
*** 1.6 1993/06/23 21:05:46
--- xbios.c 1993/06/24 17:39:40
***************
*** 275,281 ****
/* OK, now make sure that interrupt routines will have access,
* too
*/
! r = addr2region((virtaddr)ptr);
if (r && get_prot_mode(r) == PROT_P) {
DEBUG(("Dosound: changing protection to Super"));
mark_region(r, PROT_S);
--- 275,281 ----
/* OK, now make sure that interrupt routines will have access,
* too
*/
! r = addr2region((long)ptr);
if (r && get_prot_mode(r) == PROT_P) {
DEBUG(("Dosound: changing protection to Super"));
mark_region(r, PROT_S);