]> git.neil.brown.name Git - history.git/commit
[PATCH] duplicate decl in sched_init()
authorWilliam Lee Irwin III <wli@holomorphy.com>
Mon, 3 Jun 2002 05:33:58 +0000 (22:33 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 3 Jun 2002 05:33:58 +0000 (22:33 -0700)
commit2b227acb3a573d41becca26f84168adf9becd77d
tree880eb78dcb902dafe85a74668354724b284c185f
parent5e04fa0a042f72d2b54731483d674914a40a1a1d
[PATCH] duplicate decl in sched_init()

  I found this one while trying to straighten out bootstrap ordering
  issues elsewhere.

  There appears to be a duplicate declaration of rq in sched_init().
  This removes the nested declaration and otherwise leaves things alone.
kernel/sched.c