summaryrefslogtreecommitdiff
path: root/core/nds32/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/nds32/cpu.c')
-rw-r--r--core/nds32/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/nds32/cpu.c b/core/nds32/cpu.c
index 6a3f3b5bc4..cfdddb334e 100644
--- a/core/nds32/cpu.c
+++ b/core/nds32/cpu.c
@@ -1,4 +1,4 @@
-/* Copyright 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -12,5 +12,5 @@ void cpu_init(void)
{
/* DLM initialization is done in init.S */
/* Global interrupt enable */
- asm volatile ("setgie.e");
+ asm volatile("setgie.e");
}