Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   christos
Date:           Fri Apr 30 01:09:29 UTC 2021

Modified Files:
        src/sys/arch/amd64/include: gdt.h
        src/sys/arch/i386/include: gdt.h
        src/sys/arch/x86/include: pmap.h

Log Message:
Bump MAX_USERLDT_SIZE to the max size (wastes some memory). wine needs more
than PAGE_SIZE and fails spuriously.
XXX: Note the duplicate definition hacks. Should really create <x86/gdt.h>,
put the just the constants there and unify them.
This would also avoid the hack in: src/tests/lib/libi386/t_user_ldt.c#46


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/amd64/include/gdt.h
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/i386/include/gdt.h
cvs rdiff -u -r1.125 -r1.126 src/sys/arch/x86/include/pmap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index