summaryrefslogtreecommitdiffstats
path: root/bin/mv
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2007-01-23 08:01:20 +0000
committerbde <bde@FreeBSD.org>2007-01-23 08:01:20 +0000
commitb12ed0640c857dc93ba125eb06170e17027fd27a (patch)
treef0e1eb361836da7c3492fa9da1f26ee29d68baa6 /bin/mv
parentae205e357394497283a47a0e9c42c058fb72bd32 (diff)
downloadFreeBSD-src-b12ed0640c857dc93ba125eb06170e17027fd27a.zip
FreeBSD-src-b12ed0640c857dc93ba125eb06170e17027fd27a.tar.gz
Cleaned up declaration and initialization of clock_lock. It is only
used by clock code, so don't export it to the world for machdep.c to initialize. There is a minor problem initializing it before it is used, since although clock initialization is split up so that parts of it can be done early, the first part was never done early enough to actually work. Split it up a bit more and do the first part as late as possible to document the necessary order. The functions that implement the split are still bogusly exported. Cleaned up initialization of the i8254 clock hardware using the new split. Actually initialize it early enough, and don't work around it not being initialized in DELAY() when DELAY() is called early for initialization of some console drivers. This unfortunately moves a little more code before the early debugger breakpoint so that it is harder to debug. The ordering of console and related initialization is delicate because we want to do as little as possible before the breakpoint, but must initialize a console.
Diffstat (limited to 'bin/mv')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud