Deleted Added
full compact
utmath.c (138287) utmath.c (151600)
1/*******************************************************************************
2 *
3 * Module Name: utmath - Integer math support routines
4 * $Revision: 14 $
5 *
6 ******************************************************************************/
7
8/******************************************************************************

--- 103 unchanged lines hidden (view full) ---

112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117
118#define __UTMATH_C__
119
1/*******************************************************************************
2 *
3 * Module Name: utmath - Integer math support routines
4 * $Revision: 14 $
5 *
6 ******************************************************************************/
7
8/******************************************************************************

--- 103 unchanged lines hidden (view full) ---

112 * other governmental approval, or letter of assurance, without first obtaining
113 * such license, approval or letter.
114 *
115 *****************************************************************************/
116
117
118#define __UTMATH_C__
119
120#include "acpi.h"
120#include <contrib/dev/acpica/acpi.h>
121
122
123#define _COMPONENT ACPI_UTILITIES
124 ACPI_MODULE_NAME ("utmath")
125
126/*
127 * Support for double-precision integer divide. This code is included here
128 * in order to support kernel environments where the double-precision math

--- 301 unchanged lines hidden ---
121
122
123#define _COMPONENT ACPI_UTILITIES
124 ACPI_MODULE_NAME ("utmath")
125
126/*
127 * Support for double-precision integer divide. This code is included here
128 * in order to support kernel environments where the double-precision math

--- 301 unchanged lines hidden ---