Source-Changes archive

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

CVS commit: [netbsd-5] src



Module Name:    src
Committed By:   snj
Date:           Fri Apr  3 17:42:36 UTC 2009

Modified Files:
        src/common/lib/libc/arch/i386/atomic [netbsd-5]: atomic.S
        src/sys/arch/amd64/amd64 [netbsd-5]: spl.S
        src/sys/arch/x86/x86 [netbsd-5]: patch.c

Log Message:
Pull up following revision(s) (requested by enami in ticket #645):
        common/lib/libc/arch/i386/atomic/atomic.S: revision 1.17
        sys/arch/amd64/amd64/spl.S: revision 1.21
        sys/arch/x86/x86/patch.c: revision 1.17
So that profile kernel runs again,
- Adjust the size of functions used to patch.
- Fix the jump offset of mcount call when patching functions.
Approved by Andrew Doran.


To generate a diff of this commit:
cvs rdiff -u -r1.13.4.1 -r1.13.4.2 \
    src/common/lib/libc/arch/i386/atomic/atomic.S
cvs rdiff -u -r1.20 -r1.20.6.1 src/sys/arch/amd64/amd64/spl.S
cvs rdiff -u -r1.14.4.2 -r1.14.4.3 src/sys/arch/x86/x86/patch.c

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