commit | 7f8cfd560875fd643024c02ea25d4f3b8f1fd31c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Wed Mar 19 09:44:09 2008 +0000 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Mar 26 00:18:02 2008 -0400 |
tree | 143205269d2f04732a843e5a1de2c7a60d315ea6 | |
parent | e06ee2bb03f936c57265e447bc05e8324db61207 [diff] |
ni52: clean up initialization of priv * initialize spinlock once * check586() used to be done before we'd allocated ->priv; these days it's there from the very beginning, so we don't have to play with private copy. Consequently, we don't need to mess with reinitializing ->base, etc. afterwards. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Garzik <jeff@garzik.org>