diff options
Diffstat (limited to 'arch/x86/cpu/lapic.c')
-rw-r--r-- | arch/x86/cpu/lapic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/cpu/lapic.c b/arch/x86/cpu/lapic.c index fbea2d15728..44ed4467849 100644 --- a/arch/x86/cpu/lapic.c +++ b/arch/x86/cpu/lapic.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * From coreboot file of same name * * Copyright (C) 2008-2009 coresystems GmbH * Copyright (C) 2014 Google, Inc - * - * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> |