commit | f618ef7c47934d1686a764d0c9f70f23e566683f | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Thu Nov 14 08:26:02 2013 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Nov 14 08:26:02 2013 -0700 |
tree | 61eb2bdac3d7e9f36ef68fab4c09b04b5730e879 | |
parent | d17ab4592760973d95961bb29f26969246e9dabc [diff] |
blk-mq: remove newly added instances of __cpuinit The new blk-mq code added new instances of __cpuinit usage. We removed this a couple versions ago; we now want to remove the compat no-op stubs. Introducing new users is not what we want to see at this point in time, as it will break once the stubs are gone. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>