Page MenuHomeFreeBSD

on i386 USRSTACK points one page below the VM_MAXUSER_ADDRESS
AbandonedPublic

Authored by op on Jun 30 2015, 3:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 4 2024, 4:26 PM
Unknown Object (File)
Feb 3 2024, 2:45 AM
Unknown Object (File)
Jan 4 2024, 9:58 PM
Unknown Object (File)
Dec 20 2023, 3:33 AM
Unknown Object (File)
Nov 23 2023, 7:16 PM
Unknown Object (File)
Nov 14 2023, 9:39 PM
Unknown Object (File)
Nov 10 2023, 1:17 AM
Unknown Object (File)
Nov 5 2023, 7:57 AM
Subscribers

Details

Reviewers
kib
jhb
gnn
rwatson

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

op retitled this revision from to on i386 USRSTACK points one page below the VM_MAXUSER_ADDRESS.
op updated this object.
op edited the test plan for this revision. (Show Details)
op added reviewers: kib, jhb, rwatson.
op set the repository for this revision to rS FreeBSD src repository - subversion.

This looks fine. Would you move IN_KERNEL() macro into some common location and then just #define PMC_IN_KERNEL(va) IN_KERNEL(va) ?

op edited edge metadata.
op removed rS FreeBSD src repository - subversion as the repository for this revision.

I have found this error in one more place. Added the fix to the updated patch.

The potential common place could be the pmap.h or something else?
I have found this macro in sys/$arch/stack.h file, but I not really like the header pollution across independent header files.

This was superseded with D2971, so close them.