diff options
author | jmallett <jmallett@FreeBSD.org> | 2010-04-19 07:34:26 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2010-04-19 07:34:26 +0000 |
commit | f845b731f76911442e1141a3f8600349cf284bf7 (patch) | |
tree | cc0ccc5043eddb8e8bdf674dbbca1cc37b1e9e0d /lib/libc/stdlib/reallocf.c | |
parent | 7e6abd8eb5abd6eed5d9c485f162aadee832c004 (diff) | |
download | FreeBSD-src-f845b731f76911442e1141a3f8600349cf284bf7.zip FreeBSD-src-f845b731f76911442e1141a3f8600349cf284bf7.tar.gz |
o) Eliminate the "stand" frame and its use. Use CALLFRAME_* everywhere.
o) Use <machine/asm.h> macros for register-width, etc., rather than doing it
by hand in a few more assembly files.
o) Reduce diffs between various bits of TLB refill code in exception.S and
between interrupt processing code.
o) Use PTR_* to operate on registers that are pointers (e.g. sp).
o) Add and use a macro, CLEAR_PTE_SWBITS rather than using the
mysteriously-named WIRED_SHIFT to select bits to truncate when loading PTEs.
o) Don't doubly disable interrupts by moving zero to the status register,
especially since that has the nasty side-effect of taking us out of 64-bit
mode.
o) Use CLEAR_STATUS to disable interrupts the first time.
o) Keep SR_PX set as well as SR_[KSU]X when doing exception processing. This
is the bit that determines whether 64-bit operations are allowed.
o) Don't enable interrupts until configure_final(), like most other ports.
Diffstat (limited to 'lib/libc/stdlib/reallocf.c')
0 files changed, 0 insertions, 0 deletions