ccf75290cc
Filling in struct siginfo before calling force_sig_info a tedious and error prone process, where once in a great while the wrong fields are filled out, and siginfo has been inconsistently cleared. Simplify this process by using the helper force_sig_fault. Which takes as a parameters all of the information it needs, ensures all of the fiddly bits of filling in struct siginfo are done properly and then calls force_sig_info. In short about a 5 line reduction in code for every time force_sig_info is called, which makes the calling function clearer. Cc: James Bottomley <jejb@parisc-linux.org> Cc: Helge Deller <deller@gmx.de> Cc: linux-parisc@vger.kernel.org Acked-by: Helge Deller <deller@gmx.de> # parisc Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> |
||
---|---|---|
.. | ||
Makefile | ||
README | ||
cnv_float.h | ||
dbl_float.h | ||
decode_exc.c | ||
denormal.c | ||
dfadd.c | ||
dfcmp.c | ||
dfdiv.c | ||
dfmpy.c | ||
dfrem.c | ||
dfsqrt.c | ||
dfsub.c | ||
driver.c | ||
fcnvff.c | ||
fcnvfu.c | ||
fcnvfut.c | ||
fcnvfx.c | ||
fcnvfxt.c | ||
fcnvuf.c | ||
fcnvxf.c | ||
float.h | ||
fmpyfadd.c | ||
fpbits.h | ||
fpu.h | ||
fpudispatch.c | ||
frnd.c | ||
hppa.h | ||
math-emu.h | ||
sfadd.c | ||
sfcmp.c | ||
sfdiv.c | ||
sfmpy.c | ||
sfrem.c | ||
sfsqrt.c | ||
sfsub.c | ||
sgl_float.h |
README
All files except driver.c are snapshots from the HP-UX kernel. They've been modified as little as possible. Even though they don't fit the Linux coding style, please leave them in their funny format just in case someone in the future, with access to HP-UX source code, is generous enough to update our copies with later changes from HP-UX -- it'll make their 'diff' job easier if our code is relatively unmodified. Required Disclaimer: Hewlett-Packard makes no implied or expressed warranties about this code nor any promises to maintain or test it in any way. This copy of this snapshot is no longer the property of Hewlett-Packard.