Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/powerpc/fpu
Module Name: src
Committed By: rin
Date: Mon Sep 5 00:27:16 UTC 2022
Modified Files:
src/sys/arch/powerpc/fpu: fpu_emu.h fpu_extern.h
Log Message:
Clean up fpu_extern.h; only a function public to external is fpu_emulate().
Other functions are private to fpu_*.c and therefore live in fpu_emu.h.
Also, drop needless forward struct declarations.
NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/powerpc/fpu/fpu_emu.h
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/powerpc/fpu/fpu_extern.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