26 Dec, 2005

3 commits

  • Commandlines are contained in the ..cmd files and in case they
    contain a '#' char make see this as start of comment.
    Teach fixdep to escape the '#' char so make will assing the full commandline.

    Signed-off-by: Sam Ravnborg

    Sam Ravnborg
     
  • This patch adds function prototypes and external variable declarations
    to the set of tag kinds when running ctags. I find this useful when
    perusing the kernel. Please apply.

    Signed-off-by: John Kacur
    Signed-off-by: Sam Ravnborg

    John Kacur
     
  • This is the patch for the following issue:

    In include/linux/module.h, "__crc_" and "__ksymtab_" are hard
    coded to be the prefix for some kinds of symbols (CRC symbol and
    ksymtab section). But in script /mod/modpost.c,
    MODULE_SYMBOL_PREFIX##"__crc_" is used as the prefix to search CRC
    symbols. So if an architecture (such as h8300 or Blackfin) defines
    MODULE_SYMBOL_PREFIX as not NULL ("_"), modpost will always warn about
    "no invalid crc".
    And it is the same with KSYMTAB_PFX.

    Signed-off-by: Luke Yang
    Signed-off-by: Sam Ravnborg

    Luke Yang
     

17 Dec, 2005

4 commits


22 Nov, 2005

1 commit


21 Nov, 2005

3 commits


20 Nov, 2005

4 commits


19 Nov, 2005

25 commits