Last change
on this file since cb7be8f was cb7be8f, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 3 years ago |
Update headers in .S files that incorrectly use #-style comments
|
-
Property mode
set to
100644
|
File size:
265 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * SPDX-FileCopyrightText: 2005 Jakub Jermar
|
---|
3 | *
|
---|
4 | * SPDX-License-Identifier: BSD-3-Clause
|
---|
5 | */
|
---|
6 |
|
---|
7 | #include <abi/asmtool.h>
|
---|
8 |
|
---|
9 | .text
|
---|
10 |
|
---|
11 | FUNCTION_BEGIN(cpu_sleep)
|
---|
12 | retl
|
---|
13 | nop
|
---|
14 | FUNCTION_END(cpu_sleep)
|
---|
15 |
|
---|
16 | FUNCTION_BEGIN(cpu_halt)
|
---|
17 | ba %xcc, cpu_halt
|
---|
18 | nop
|
---|
19 | FUNCTION_END(cpu_halt)
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.