Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64754
b: refs/heads/master
c: 5a6e4e4
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Ralf Baechle committed Sep 10, 2007
1 parent b4bc558 commit a99f489
Show file tree
Hide file tree
Showing 84 changed files with 3,356 additions and 2,622 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f3f94ce5dba6e134cf0958dd3a42ab28a028fc83
refs/heads/master: 5a6e4e4207bc1b69dca540d759d9d176e5ce4ff1
6 changes: 1 addition & 5 deletions trunk/arch/i386/boot/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,7 @@ static void setup_gdt(void)
/* DS: data, read/write, 4 GB, base 0 */
[GDT_ENTRY_BOOT_DS] = GDT_ENTRY(0xc093, 0, 0xfffff),
};
/* Xen HVM incorrectly stores a pointer to the gdt_ptr, instead
of the gdt_ptr contents. Thus, make it static so it will
stay in memory, at least long enough that we switch to the
proper kernel GDT. */
static struct gdt_ptr gdt;
struct gdt_ptr gdt;

gdt.len = sizeof(boot_gdt)-1;
gdt.ptr = (u32)&boot_gdt + (ds() << 4);
Expand Down
20 changes: 0 additions & 20 deletions trunk/arch/m32r/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,9 @@ config PLAT_MAPPI

config PLAT_USRV
bool "uServer"
select PLAT_HAS_INT1ICU

config PLAT_M32700UT
bool "M32700UT"
select PLAT_HAS_INT0ICU
select PLAT_HAS_INT1ICU
select PLAT_HAS_INT2ICU
help
The M3T-M32700UT is an evaluation board based on uT-Engine
specification. This board has an M32700 (Chaos) evaluation chip.
Expand All @@ -72,9 +68,6 @@ config PLAT_M32700UT

config PLAT_OPSPUT
bool "OPSPUT"
select PLAT_HAS_INT0ICU
select PLAT_HAS_INT1ICU
select PLAT_HAS_INT2ICU
help
The OPSPUT is an evaluation board based on uT-Engine
specification. This board has a OPSP-REP chip.
Expand All @@ -96,7 +89,6 @@ config PLAT_MAPPI3

config PLAT_M32104UT
bool "M32104UT"
select PLAT_HAS_INT1ICU
help
The M3T-M32104UT is an reference board based on uT-Engine
specification. This board has a M32104 chip.
Expand Down Expand Up @@ -157,18 +149,6 @@ config ISA_DUAL_ISSUE
depends on CHIP_M32700 || CHIP_OPSP
default y

config PLAT_HAS_INT0ICU
bool
default n

config PLAT_HAS_INT1ICU
bool
default n

config PLAT_HAS_INT2ICU
bool
default n

config BUS_CLOCK
int "Bus Clock [Hz] (integer)"
default "70000000" if PLAT_MAPPI
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/m32r/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ LIBGCC := $(shell $(CC) $(CFLAGS) -print-libgcc-file-name)
libs-y += arch/m32r/lib/ $(LIBGCC)
core-y += arch/m32r/kernel/ \
arch/m32r/mm/ \
arch/m32r/boot/ \
arch/m32r/platforms/
arch/m32r/boot/

drivers-$(CONFIG_OPROFILE) += arch/m32r/oprofile/

Expand Down
Loading

0 comments on commit a99f489

Please sign in to comment.