Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
22b970497
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2022
22b970497
Commits
bb03006e
Commit
bb03006e
authored
10 years ago
by
Ralf Baechle
Browse files
Options
Downloads
Patches
Plain Diff
MIPS: ARC: Use __noreturn instead of open coded attributes in declarations.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
dd6e2db1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/mips/include/asm/sgialib.h
+3
-2
3 additions, 2 deletions
arch/mips/include/asm/sgialib.h
with
3 additions
and
2 deletions
arch/mips/include/asm/sgialib.h
+
3
−
2
View file @
bb03006e
...
...
@@ -11,6 +11,7 @@
#ifndef _ASM_SGIALIB_H
#define _ASM_SGIALIB_H
#include
<linux/compiler.h>
#include
<asm/sgiarcs.h>
extern
struct
linux_romvec
*
romvec
;
...
...
@@ -70,8 +71,8 @@ extern LONG ArcRead(ULONG fd, PVOID buf, ULONG num, PULONG cnt);
extern
LONG
ArcWrite
(
ULONG
fd
,
PVOID
buf
,
ULONG
num
,
PULONG
cnt
);
/* Misc. routines. */
extern
VOID
ArcReboot
(
VOID
)
__
attribute__
((
noreturn
))
;
extern
VOID
ArcEnterInteractiveMode
(
VOID
)
__
attribute__
((
noreturn
))
;
extern
VOID
ArcReboot
(
VOID
)
__noreturn
;
extern
VOID
ArcEnterInteractiveMode
(
VOID
)
__noreturn
;
extern
VOID
ArcFlushAllCaches
(
VOID
);
extern
DISPLAY_STATUS
*
ArcGetDisplayStatus
(
ULONG
FileID
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment