Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 07/05/2006 14:31:00
Module Name: src
Committed By: drochner
Date: Wed Jul 5 14:31:00 UTC 2006
Modified Files:
src/sys/kern: kern_lkm.c
Log Message:
Request executable memory for LKM code/data areas. This fixes LKMs
on alpha (which were broken for more than a year appearently and noone
noticed). (The other archs didn't suffer because their pmap_kenter_pa()
doesn't support non-executable mappings.)
To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 src/sys/kern/kern_lkm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.