Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: math-emu: Few spelling fixes in the file fpu.h

with some additional cleanups by Helge.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Bhaskar Chowdhury and committed by
Helge Deller
0aa2ddc9 4d752e5a

+3 -29
+3 -29
arch/parisc/math-emu/fpu.h
··· 5 5 * Floating-point emulation code 6 6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org> 7 7 */ 8 - /* 9 - * BEGIN_DESC 10 - * 11 - * File: 12 - * @(#) pa/fp/fpu.h $Revision: 1.1 $ 13 - * 14 - * Purpose: 15 - * <<please update with a synopis of the functionality provided by this file>> 16 - * 17 - * 18 - * END_DESC 19 - */ 20 - 21 - #ifdef __NO_PA_HDRS 22 - PA header file -- do not include this header file for non-PA builds. 23 - #endif 24 - 25 8 26 9 #ifndef _MACHINE_FPU_INCLUDED /* allows multiple inclusion */ 27 10 #define _MACHINE_FPU_INCLUDED 28 - 29 - #if 0 30 - #ifndef _SYS_STDSYMS_INCLUDED 31 - # include <sys/stdsyms.h> 32 - #endif /* _SYS_STDSYMS_INCLUDED */ 33 - #include <machine/pdc/pdc_rqsts.h> 34 - #endif 35 11 36 12 #define PA83_FPU_FLAG 0x00000001 37 13 #define PA89_FPU_FLAG 0x00000002 ··· 19 43 #define COPR_FP 0x00000080 /* Floating point -- Coprocessor 0 */ 20 44 #define SFU_MPY_DIVIDE 0x00008000 /* Multiply/Divide __ SFU 0 */ 21 45 22 - 23 46 #define EM_FPU_TYPE_OFFSET 272 24 47 25 48 /* version of EMULATION software for COPR,0,0 instruction */ 26 49 #define EMULATION_VERSION 4 27 50 28 51 /* 29 - * The only was to differeniate between TIMEX and ROLEX (or PCX-S and PCX-T) 30 - * is thorough the potential type field from the PDC_MODEL call. The 31 - * following flags are used at assist this differeniation. 52 + * The only way to differentiate between TIMEX and ROLEX (or PCX-S and PCX-T) 53 + * is through the potential type field from the PDC_MODEL call. 54 + * The following flags are used to assist this differentiation. 32 55 */ 33 56 34 57 #define ROLEX_POTENTIAL_KEY_FLAGS PDC_MODEL_CPU_KEY_WORD_TO_IO 35 58 #define TIMEX_POTENTIAL_KEY_FLAGS (PDC_MODEL_CPU_KEY_QUAD_STORE | \ 36 59 PDC_MODEL_CPU_KEY_RECIP_SQRT) 37 - 38 60 39 61 #endif /* ! _MACHINE_FPU_INCLUDED */