lkml.org 
[lkml]   [2003]   [Feb]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] Force v850 interrupt vector parts into their correct locations
Date
From
Otherwise a if one them is partially empty, the following input section
can end up in the wrong place.

diff -ruN -X../cludes linux-2.5.62-uc0.orig/arch/v850/vmlinux.lds.S linux-2.5.62-uc0/arch/v850/vmlinux.lds.S
--- linux-2.5.62-uc0.orig/arch/v850/vmlinux.lds.S 2003-01-22 10:16:27.000000000 +0900
+++ linux-2.5.62-uc0/arch/v850/vmlinux.lds.S 2003-02-19 11:41:13.000000000 +0900
@@ -24,9 +26,12 @@

/* Interrupt vectors. */
#define INTV_CONTENTS \
+ . = ALIGN (0x10) ; \
__intv_start = . ; \
*(.intv.reset) /* Reset vector */ \
+ . = __intv_start + 0x10 ; \
*(.intv.common) /* Vectors common to all v850e proc */\
+ . = __intv_start + 0x80 ; \
*(.intv.mach) /* Machine-specific int. vectors. */ \
__intv_end = . ;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.535 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site