Deleted Added
full compact
utinit.c (217365) utinit.c (229989)
1/******************************************************************************
2 *
3 * Module Name: utinit - Common ACPI subsystem initialization
4 *
5 *****************************************************************************/
6
7/*
1/******************************************************************************
2 *
3 * Module Name: utinit - Common ACPI subsystem initialization
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2011, Intel Corp.
8 * Copyright (C) 2000 - 2012, Intel Corp.
9 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.

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

99
100 GpeBlock = NextGpeBlock;
101 }
102 NextGpeXruptInfo = GpeXruptInfo->Next;
103 ACPI_FREE (GpeXruptInfo);
104 GpeXruptInfo = NextGpeXruptInfo;
105 }
106
9 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.

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

99
100 GpeBlock = NextGpeBlock;
101 }
102 NextGpeXruptInfo = GpeXruptInfo->Next;
103 ACPI_FREE (GpeXruptInfo);
104 GpeXruptInfo = NextGpeXruptInfo;
105 }
106
107 AcpiUtDeleteAddressLists ();
107 return_VOID;
108}
109
110
111/*******************************************************************************
112 *
113 * FUNCTION: AcpiUtSubsystemShutdown
114 *

--- 46 unchanged lines hidden ---
108 return_VOID;
109}
110
111
112/*******************************************************************************
113 *
114 * FUNCTION: AcpiUtSubsystemShutdown
115 *

--- 46 unchanged lines hidden ---