Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xv6-19au
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
csep551
xv6-19au
Commits
d599aa2e
Commit
d599aa2e
authored
14 years ago
by
Austin Clements
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused nop_pause function.
parent
d8828817
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
runoff
+2
-0
2 additions, 0 deletions
runoff
x86.h
+0
-6
0 additions, 6 deletions
x86.h
with
2 additions
and
6 deletions
runoff
+
2
−
0
View file @
d599aa2e
...
...
@@ -192,6 +192,8 @@ do
if
[
"x
$defs
"
!=
"x
$uses
"
]
;
then
echo
$i
$defs
echo
$uses
|fmt
-29
|
sed
's/^/ /'
# else
# echo $i defined but not used >&2
fi
done
)
>
refs
...
...
This diff is collapsed.
Click to expand it.
x86.h
+
0
−
6
View file @
d599aa2e
...
...
@@ -137,12 +137,6 @@ xchg(volatile uint *addr, uint newval)
return
result
;
}
static
inline
void
nop_pause
(
void
)
{
asm
volatile
(
"pause"
:
:
);
}
//PAGEBREAK!
static
inline
void
lcr0
(
uint
val
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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