artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eef8ed
)
remove stray tab whitespace. no code change.
author
mlarkin
<mlarkin@openbsd.org>
Sun, 13 Feb 2022 19:15:09 +0000
(19:15 +0000)
committer
mlarkin
<mlarkin@openbsd.org>
Sun, 13 Feb 2022 19:15:09 +0000
(19:15 +0000)
sys/arch/amd64/isa/clock.c
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/isa/clock.c
b/sys/arch/amd64/isa/clock.c
index
3025ad2
..
bf543e2
100644
(file)
--- a/
sys/arch/amd64/isa/clock.c
+++ b/
sys/arch/amd64/isa/clock.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: clock.c,v 1.3
5 2021/02/23 04:44:30 cheloha
Exp $ */
+/* $OpenBSD: clock.c,v 1.3
6 2022/02/13 19:15:09 mlarkin
Exp $ */
/* $NetBSD: clock.c,v 1.1 2003/04/26 18:39:50 fvdl Exp $ */
/*-
@@
-433,7
+433,7
@@
rtcgettime(struct todr_chip_handle *handle, struct timeval *tv)
mc_todregs rtclk;
struct clock_ymdhms dt;
int s;
-
+
s = splclock();
if (rtcget(&rtclk)) {
splx(s);