Commit 6e26512b authored by Christopher Friedt's avatar Christopher Friedt Committed by Kumar Gala
Browse files

Revert "linker: xtensa: move IDT_LIST region"



This reverts commit 9505ee89.

Fixes #38214

Signed-off-by: default avatarChristopher Friedt <chrisfriedt@gmail.com>
parent 7c564c46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@
 * Interrupt Descriptor Table (IDT). This is a bogus address as this
 * section will be stripped off in the final image.
 */
#define IDT_BASE				0xFFFFDFFF
#define IDT_BASE				(RAM_BASE + RAM_SIZE)

/* size of the Interrupt Descriptor Table (IDT) */
#define IDT_SIZE				0x2000
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@
 * Interrupt Descriptor Table (IDT). This is a bogus address as this
 * section will be stripped off in the final image.
 */
#define IDT_BASE				0xFFFFDFFF
#define IDT_BASE				(RAM_BASE + RAM_SIZE)

/* size of the Interrupt Descriptor Table (IDT) */
#define IDT_SIZE				0x2000
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@
 * Interrupt Descriptor Table (IDT). This is a bogus address as this
 * section will be stripped off in the final image.
 */
#define IDT_BASE				0xFFFFDFFF
#define IDT_BASE				(RAM_BASE + RAM_SIZE)

/* size of the Interrupt Descriptor Table (IDT) */
#define IDT_SIZE				0x2000
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@
 * Interrupt Descriptor Table (IDT). This is a bogus address as this
 * section will be stripped off in the final image.
 */
#define IDT_BASE				0xFFFFDFFF
#define IDT_BASE				(RAM_BASE + RAM_SIZE)

/* size of the Interrupt Descriptor Table (IDT) */
#define IDT_SIZE				0x2000
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
 * Interrupt Descriptor Table (IDT). This is a bogus address as this
 * section will be stripped off in the final image.
 */
#define IDT_BASE				0xFFFFDFFF
#define IDT_BASE				(RAM_BASE + RAM_SIZE)

/* size of the Interrupt Descriptor Table (IDT) */
#define IDT_SIZE				0x2000