Skip to content
  • Helge Deller's avatar
    [PARISC] fix section mismatches in arch/parisc/kernel · e9541d0c
    Helge Deller authored
    
    
    Hi Kyle,
    
    this patch fixes two section mismatches in arch/parisc/kernel:
    WARNING: arch/parisc/kernel/built-in.o(.data.read_mostly+0xd8): Section mismatch: reference to .init.text:processor_probe (between 'cpu_driver' and 'boot_cpu_data')
    WARNING: arch/parisc/kernel/built-in.o(.text.alloc_pa_dev+0x140): Section mismatch: reference to .init.text:parisc_hardware_description (after 'alloc_pa_dev')
    
    Additionally, mark some tables as constants.
    
    Please apply, Helge
    
    Signed-off-by: default avatarHelge Deller <deller@gmx.de>
    Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
    e9541d0c