1. 03 3月, 2017 1 次提交
  2. 25 1月, 2017 1 次提交
    • P
      sh: migrate exception table users off module.h and onto extable.h · d92280d1
      Paul Gortmaker 提交于
      These files were only including module.h for exception table
      related functions.  We've now separated that content out into its
      own file "extable.h" so now move over to that and avoid all the
      extra header content in module.h that we don't really need to compile
      these files.
      
      One uses "print_modules" so that prevents us removing module.h in
      that case, however.
      
      We also delete a duplicate prototype that doesn't need to exist, as
      it duplicates content in extable.h
      
      Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
      Cc: Rich Felker <dalias@libc.org>
      Cc: linux-sh@vger.kernel.org
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      d92280d1
  3. 25 12月, 2016 1 次提交
  4. 28 1月, 2008 1 次提交
  5. 01 7月, 2006 1 次提交
  6. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4