Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSEP551
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
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
Krishna Vinnakota
CSEP551
Commits
374362c5
Commit
374362c5
authored
15 years ago
by
Russ Cox
Browse files
Options
Downloads
Patches
Plain Diff
lapic: disable microdelay because it makes Bochs slow
parent
f8ab2079
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lapic.c
+0
-4
0 additions, 4 deletions
lapic.c
with
0 additions
and
4 deletions
lapic.c
+
0
−
4
View file @
374362c5
...
...
@@ -124,10 +124,6 @@ lapiceoi(void)
void
microdelay
(
int
us
)
{
volatile
int
j
=
0
;
while
(
us
--
>
0
)
for
(
j
=
0
;
j
<
10000
;
j
++
);
}
...
...
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