source: patches/linux-2.6.24.7-elf_spitfire_fix-1.patch @ 175f4d65

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 175f4d65 was 6d2a40a, checked in by Joe Ciccone <jciccone@…>, 16 years ago

Bump up a missing kernel patch version.

  • Property mode set to 100644
File size: 1.2 KB
  • include/asm-sparc64/elf.h

    Submitted By: Joe Ciccone <jciccone@gmail.com>
    Date: 2008-02-03
    Initial Package Version: 2.6.24
    Upstream Status: Not Submitted
    Origin: Joe Ciccone
    Description: Ensure that spitfire.h is available for asm-sparc64/elf.h and
                 ensure that the same header also includes spitfire.h out of
                 kernel space.
    
    diff -Naur linux-2.6.24.orig/include/asm-sparc64/elf.h linux-2.6.24/include/asm-sparc64/elf.h
    old new  
    1010#ifdef __KERNEL__
    1111#include <asm/processor.h>
    1212#include <asm/uaccess.h>
    13 #include <asm/spitfire.h>
    1413#endif
     14#include <asm/spitfire.h>
    1515
    1616/*
    1717 * Sparc section types
  • include/asm-sparc64/Kbuild

    diff -Naur linux-2.6.24.orig/include/asm-sparc64/Kbuild linux-2.6.24/include/asm-sparc64/Kbuild
    old new  
    1616header-y += psrcompat.h
    1717header-y += pstate.h
    1818header-y += reg.h
     19header-y += spitfire.h
    1920header-y += uctx.h
    2021header-y += utrap.h
    2122header-y += watchdog.h
Note: See TracBrowser for help on using the repository browser.