Commit 5321ba97 authored by David Mosberger's avatar David Mosberger

ia64: Minor cleanups.

parent 7d3b6870
...@@ -96,8 +96,7 @@ MAKEBOOT = $(MAKE) -C arch/$(ARCH)/boot ...@@ -96,8 +96,7 @@ MAKEBOOT = $(MAKE) -C arch/$(ARCH)/boot
vmlinux: arch/$(ARCH)/vmlinux.lds.s vmlinux: arch/$(ARCH)/vmlinux.lds.s
arch/$(ARCH)/vmlinux.lds.s: arch/$(ARCH)/vmlinux.lds.S CPPFLAGS_arch/$(ARCH)/vmlinux.lds.s += -D__ASSEMBLY__
$(CPP) $(CPPFLAGS) $(CPPFLAGS_$@) -D__ASSEMBLY__ -P -C -U$(ARCH) $< -o $@
compressed: vmlinux compressed: vmlinux
$(OBJCOPY) $(OBJCOPYFLAGS) vmlinux vmlinux-tmp $(OBJCOPY) $(OBJCOPYFLAGS) vmlinux vmlinux-tmp
...@@ -107,28 +106,12 @@ compressed: vmlinux ...@@ -107,28 +106,12 @@ compressed: vmlinux
rawboot: rawboot:
@$(MAKEBOOT) rawboot @$(MAKEBOOT) rawboot
#
# My boot writes directly to a specific disk partition, I doubt most
# people will want to do that without changes..
#
msb my-special-boot:
@$(MAKEBOOT) msb
bootimage:
@$(MAKEBOOT) bootimage
srmboot:
@$(MAKEBOOT) srmboot
archclean: archclean:
@$(MAKEBOOT) clean @$(MAKEBOOT) clean
archmrproper: archmrproper:
@$(MAKE) -C arch/$(ARCH)/tools mrproper @$(MAKE) -C arch/$(ARCH)/tools mrproper
bootpfile:
@$(MAKEBOOT) bootpfile
prepare: $(TOPDIR)/include/asm-ia64/offsets.h prepare: $(TOPDIR)/include/asm-ia64/offsets.h
$(TOPDIR)/include/asm-ia64/offsets.h: include/asm include/linux/version.h \ $(TOPDIR)/include/asm-ia64/offsets.h: include/asm include/linux/version.h \
......
...@@ -37,9 +37,9 @@ ia64_rse_rnat_addr (unsigned long *slot_addr) ...@@ -37,9 +37,9 @@ ia64_rse_rnat_addr (unsigned long *slot_addr)
} }
/* /*
* Calcuate the number of registers in the dirty partition starting at * Calculate the number of registers in the dirty partition starting at BSPSTORE and
* BSPSTORE with a size of DIRTY bytes. This isn't simply DIRTY * ending at BSP. This isn't simply (BSP-BSPSTORE)/8 because every 64th slot stores
* divided by eight because the 64th slot is used to store ar.rnat. * ar.rnat.
*/ */
static __inline__ unsigned long static __inline__ unsigned long
ia64_rse_num_regs (unsigned long *bspstore, unsigned long *bsp) ia64_rse_num_regs (unsigned long *bspstore, unsigned long *bsp)
......
...@@ -66,6 +66,7 @@ typedef struct siginfo { ...@@ -66,6 +66,7 @@ typedef struct siginfo {
long _band; /* POLL_IN, POLL_OUT, POLL_MSG (XPG requires a "long") */ long _band; /* POLL_IN, POLL_OUT, POLL_MSG (XPG requires a "long") */
int _fd; int _fd;
} _sigpoll; } _sigpoll;
/* SIGPROF */ /* SIGPROF */
struct { struct {
pid_t _pid; /* which child */ pid_t _pid; /* which child */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment