Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126930
b: refs/heads/master
c: e4fefba
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Jan 7, 2009
1 parent 0987e37 commit b34020a
Show file tree
Hide file tree
Showing 229 changed files with 204 additions and 467 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: 52fefcec97c25b15887e6a9a885ca54e7f7c0928
refs/heads/master: e4fefbac6c5bcb0388d95e83801210e7d81a071b
2 changes: 1 addition & 1 deletion trunk/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ E: ajoshi@shell.unixbox.com
D: fbdev hacking

N: Jesper Juhl
E: jj@chaosbits.net
E: jesper.juhl@gmail.com
D: Various fixes, cleanups and minor features all over the tree.
D: Wrote initial version of the hdaps driver (since passed on to others).
S: Lemnosvej 1, 3.tv
Expand Down
4 changes: 2 additions & 2 deletions trunk/Documentation/dell_rbu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Until this step is completed the driver cannot be unloaded.
Also echoing either mono ,packet or init in to image_type will free up the
memory allocated by the driver.

If a user by accident executes steps 1 and 3 above without executing step 2;
it will make the /sys/class/firmware/dell_rbu/ entries disappear.
If an user by accident executes steps 1 and 3 above without executing step 2;
it will make the /sys/class/firmware/dell_rbu/ entries to disappear.
The entries can be recreated by doing the following
echo init > /sys/devices/platform/dell_rbu/image_type
NOTE: echoing init in image_type does not change it original value.
Expand Down
6 changes: 3 additions & 3 deletions trunk/Documentation/hwmon/abituguru-datasheet
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ a sensor.
Notice that some banks have both a read and a write address this is how the
uGuru determines if a read from or a write to the bank is taking place, thus
when reading you should always use the read address and when writing the
write address. The write address is always one (1) more than the read address.
write address. The write address is always one (1) more then the read address.


uGuru ready
Expand Down Expand Up @@ -224,7 +224,7 @@ Bit 3: Beep if alarm (RW)
Bit 4: 1 if alarm cause measured temp is over the warning threshold (R)
Bit 5: 1 if alarm cause measured volt is over the max threshold (R)
Bit 6: 1 if alarm cause measured volt is under the min threshold (R)
Bit 7: Volt sensor: Shutdown if alarm persist for more than 4 seconds (RW)
Bit 7: Volt sensor: Shutdown if alarm persist for more then 4 seconds (RW)
Temp sensor: Shutdown if temp is over the shutdown threshold (RW)

* This bit is only honored/used by the uGuru if a temp sensor is connected
Expand Down Expand Up @@ -293,7 +293,7 @@ Byte 0:
Alarm behaviour for the selected sensor. A 1 enables the described behaviour.
Bit 0: Give an alarm if measured rpm is under the min threshold (RW)
Bit 3: Beep if alarm (RW)
Bit 7: Shutdown if alarm persist for more than 4 seconds (RW)
Bit 7: Shutdown if alarm persist for more then 4 seconds (RW)

Byte 1:
min threshold (scale as bank 0x26)
Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/laptops/thinkpad-acpi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ Sysfs interface changelog:

0x020100: Marker for thinkpad-acpi with hot key NVRAM polling
support. If you must, use it to know you should not
start a userspace NVRAM poller (allows to detect when
start an userspace NVRAM poller (allows to detect when
NVRAM is compiled out by the user because it is
unneeded/undesired in the first place).
0x020101: Marker for thinkpad-acpi with hot key NVRAM polling
Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/networking/rxrpc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ A client would issue an operation by:
MSG_MORE should be set in msghdr::msg_flags on all but the last part of
the request. Multiple requests may be made simultaneously.

If a call is intended to go to a destination other than the default
If a call is intended to go to a destination other then the default
specified through connect(), then msghdr::msg_name should be set on the
first request message of that call.

Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/networking/tuntap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ As mentioned above, main purpose of TUN/TAP driver is tunneling.
It is used by VTun (http://vtun.sourceforge.net).

Another interesting application using TUN/TAP is pipsecd
(http://perso.enst.fr/~beyssac/pipsec/), a userspace IPSec
(http://perso.enst.fr/~beyssac/pipsec/), an userspace IPSec
implementation that can use complete kernel routing (unlike FreeS/WAN).

3. How does Virtual network device actually work ?
Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/scsi/ChangeLog.lpfc
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ Changes from 20040920 to 20041018
I/O completion path a little more, especially taking care of
fast-pathing the non-error case. Also removes tons of dead
members and defines from lpfc_scsi.h - e.g. lpfc_target is down
to nothing more than the lpfc_nodelist pointer.
to nothing more then the lpfc_nodelist pointer.
* Added binary sysfs file to issue mbox commands
* Replaced #if __BIG_ENDIAN with #if __BIG_ENDIAN_BITFIELD for
compatibility with the user space applications.
Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/scsi/ChangeLog.ncr53c8xx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Sun Sep 24 21:30 2000 Gerard Roudier (groudier@club-internet.fr)

Wed Jul 26 23:30 2000 Gerard Roudier (groudier@club-internet.fr)
* version ncr53c8xx-3.4.1
- Provide OpenFirmware path through the proc FS on PPC.
- Provide OpenFirmare path through the proc FS on PPC.
- Remove trailing argument #2 from a couple of #undefs.

Sun Jul 09 16:30 2000 Gerard Roudier (groudier@club-internet.fr)
Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/scsi/ChangeLog.sym53c8xx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Sun Sep 24 21:30 2000 Gerard Roudier (groudier@club-internet.fr)

Wed Jul 26 23:30 2000 Gerard Roudier (groudier@club-internet.fr)
* version sym53c8xx-1.7.1
- Provide OpenFirmware path through the proc FS on PPC.
- Provide OpenFirmare path through the proc FS on PPC.
- Download of on-chip SRAM using memcpy_toio() doesn't work
on PPC. Restore previous method (MEMORY MOVE from SCRIPTS).
- Remove trailing argument #2 from a couple of #undefs.
Expand Down
3 changes: 1 addition & 2 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -4229,10 +4229,9 @@ L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
S: Maintained

TRIVIAL PATCHES
P: Jiri Kosina
P: Jesper Juhl
M: trivial@kernel.org
L: linux-kernel@vger.kernel.org
T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
S: Maintained

TTY LAYER
Expand Down
2 changes: 1 addition & 1 deletion trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ define check-symlink
endef

# We create the target directory of the symlink if it does
# not exist so the test in check-symlink works and we have a
# not exist so the test in chack-symlink works and we have a
# directory for generated filesas used by some architectures.
define create-symlink
if [ ! -L include/asm ]; then \
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void pt_regs_to_gdb_regs(unsigned long *gdb_regs, struct pt_regs *regs)
* Extracts ebp, esp and eip values understandable by gdb from the values
* saved by switch_to.
* thread.esp points to ebp. flags and ebp are pushed in switch_to hence esp
* prior to entering switch_to is 8 greater than the value that is saved.
* prior to entering switch_to is 8 greater then the value that is saved.
* If switch_to changes, change following code appropriately.
*/
void sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *p)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/cris/arch-v32/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
return -EFAULT;
}

/* Invoke a signal handler to, well, handle the signal. */
/* Invoke a singal handler to, well, handle the signal. */
static inline int
handle_signal(int canrestart, unsigned long sig,
siginfo_t *info, struct k_sigaction *ka,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ int __kprobes trampoline_probe_handler(struct kprobe *p, struct pt_regs *regs)
/*
* It is possible to have multiple instances associated with a given
* task either because an multiple functions in the call path
* have a return probe installed on them, and/or more than one return
* have a return probe installed on them, and/or more then one return
* return probe was registered for a target function.
*
* We can handle this because:
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68k/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ config M68KFPU_EMU_EXTRAPREC
correct rounding, the emulator can (often) do the same but this
extra calculation can cost quite some time, so you can disable
it here. The emulator will then "only" calculate with a 64 bit
mantissa and round slightly incorrect, what is more than enough
mantissa and round slightly incorrect, what is more then enough
for normal usage.

config M68KFPU_EMU_ONLY
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68k/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ static inline void do_040writebacks(struct frame *fp)
* called from sigreturn(), must ensure userspace code didn't
* manipulate exception frame to circumvent protection, then complete
* pending writebacks
* we just clear TM2 to turn it into a userspace access
* we just clear TM2 to turn it into an userspace access
*/
asmlinkage void berr_040cleanup(struct frame *fp)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ int read_eeprom(char *buffer, int eeprom_size, int size)
send_byte(W_HEADER);
recv_ack();

/* EEPROM with size of more than 2K need two byte addressing */
/* EEPROM with size of more then 2K need two byte addressing */
if (eeprom_size > 2048) {
send_byte(0x00);
recv_ack();
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ image-$(CONFIG_DEFAULT_UIMAGE) += uImage
#
# Theses are default targets to build images which embed device tree blobs.
# They are only required on boards which do not have FDT support in firmware.
# Boards with newish u-boot firmware can use the uImage target above
# Boards with newish u-boot firmare can use the uImage target above
#

# Board ports in arch/powerpc/platform/40x/Kconfig
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ static int __kprobes trampoline_probe_handler(struct kprobe *p,
/*
* It is possible to have multiple instances associated with a given
* task either because an multiple functions in the call path
* have a return probe installed on them, and/or more than one return
* have a return probe installed on them, and/or more then one return
* return probe was registered for a target function.
*
* We can handle this because:
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/oprofile/cell/spu_profiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void set_spu_profiling_frequency(unsigned int freq_khz, unsigned int cycles_rese
* of precision. This is close enough for the purpose at hand.
*
* The value of the timeout should be small enough that the hw
* trace buffer will not get more than about 1/3 full for the
* trace buffer will not get more then about 1/3 full for the
* maximum user specified (the LFSR value) hw sampling frequency.
* This is to ensure the trace buffer will never fill even if the
* kernel thread scheduling varies under a heavy system load.
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ config WARN_STACK
This option enables the compiler options -mwarn-framesize and
-mwarn-dynamicstack. If the compiler supports these options it
will generate warnings for function which either use alloca or
create a stack frame bigger than CONFIG_WARN_STACK_SIZE.
create a stack frame bigger then CONFIG_WARN_STACK_SIZE.

Say N if you are unsure.

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ static int __kprobes trampoline_probe_handler(struct kprobe *p,
/*
* It is possible to have multiple instances associated with a given
* task either because an multiple functions in the call path
* have a return probe installed on them, and/or more than one return
* have a return probe installed on them, and/or more then one return
* return probe was registered for a target function.
*
* We can handle this because:
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ int __kprobes trampoline_probe_handler(struct kprobe *p, struct pt_regs *regs)
/*
* It is possible to have multiple instances associated with a given
* task either because an multiple functions in the call path
* have a return probe installed on them, and/or more than one return
* have a return probe installed on them, and/or more then one return
* return probe was registered for a target function.
*
* We can handle this because:
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ static __used __kprobes void *trampoline_handler(struct pt_regs *regs)
/*
* It is possible to have multiple instances associated with a given
* task either because multiple functions in the call path have
* return probes installed on them, and/or more than one
* return probes installed on them, and/or more then one
* return probe was registered for a target function.
*
* We can handle this because:
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/mfgpt_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ EXPORT_SYMBOL_GPL(geode_mfgpt_alloc_timer);
/*
* The MFPGT timers on the CS5536 provide us with suitable timers to use
* as clock event sources - not as good as a HPET or APIC, but certainly
* better than the PIT. This isn't a general purpose MFGPT driver, but
* better then the PIT. This isn't a general purpose MFGPT driver, but
* a simplified one designed specifically to act as a clock event source.
* For full details about the MFGPT, please consult the CS5536 data sheet.
*/
Expand Down
28 changes: 19 additions & 9 deletions trunk/arch/xtensa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ KBUILD_CFLAGS += -ffreestanding

KBUILD_CFLAGS += -pipe -mlongcalls

vardirs := $(patsubst %,arch/xtensa/variants/%/,$(variant-y))
plfdirs := $(patsubst %,arch/xtensa/platforms/%/,$(platform-y))

ifeq ($(KBUILD_SRC),)
KBUILD_CPPFLAGS += $(patsubst %,-I%include,$(vardirs) $(plfdirs))
else
KBUILD_CPPFLAGS += $(patsubst %,-I$(srctree)/%include,$(vardirs) $(plfdirs))
endif

KBUILD_DEFCONFIG := iss_defconfig

# ramdisk/initrd support
Expand Down Expand Up @@ -75,6 +66,21 @@ libs-y += arch/xtensa/lib/ $(LIBGCC)

boot := arch/xtensa/boot

archinc := include/asm-xtensa

archprepare: $(archinc)/.platform

# Update processor variant and platform symlinks if something which affects
# them changed.

$(archinc)/.platform: $(wildcard include/config/arch/*.h) include/config/auto.conf
@echo ' SYMLINK $(archinc)/variant -> $(archinc)/variant-$(VARIANT)'
$(Q)mkdir -p $(archinc)
$(Q)ln -fsn $(srctree)/$(archinc)/variant-$(VARIANT) $(archinc)/variant
@echo ' SYMLINK $(archinc)/platform -> $(archinc)/platform-$(PLATFORM)'
$(Q)ln -fsn $(srctree)/$(archinc)/platform-$(PLATFORM) $(archinc)/platform
@touch $@


all: zImage

Expand All @@ -83,6 +89,10 @@ bzImage : zImage
zImage zImage.initrd: vmlinux
$(Q)$(MAKE) $(build)=$(boot) $@

CLEAN_FILES += arch/xtensa/vmlinux.lds \
$(archinc)/platform $(archinc)/variant \
$(archinc)/.platform

define archhelp
@echo '* zImage - Compressed kernel image (arch/xtensa/boot/images/zImage.*)'
endef
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/boot/boot-elf/boot.lds.S
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <variant/core.h>
#include <asm/variant/core.h>
OUTPUT_ARCH(xtensa)
ENTRY(_ResetVector)

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/boot/boot-redboot/bootstrap.S
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <variant/core.h>
#include <asm/variant/core.h>
#include <asm/regs.h>
#include <asm/asmmacro.h>
#include <asm/cacheasm.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <asm/page.h>
#include <asm/signal.h>
#include <asm/tlbflush.h>
#include <variant/tie-asm.h>
#include <asm/variant/tie-asm.h>

/* Unimplemented features. */

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <asm-generic/vmlinux.lds.h>

#include <variant/core.h>
#include <asm/variant/core.h>
OUTPUT_ARCH(xtensa)
ENTRY(_start)

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/lib/checksum.S
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <asm/errno.h>
#include <linux/linkage.h>
#include <variant/core.h>
#include <asm/variant/core.h>

/*
* computes a partial checksum, e.g. for TCP/UDP fragments
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/lib/memcopy.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Copyright (C) 2002 - 2005 Tensilica Inc.
*/

#include <variant/core.h>
#include <asm/variant/core.h>

.macro src_b r, w0, w1
#ifdef __XTENSA_EB__
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/lib/memset.S
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Copyright (C) 2002 Tensilica Inc.
*/

#include <variant/core.h>
#include <asm/variant/core.h>

/*
* void *memset(void *dst, int c, size_t length)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/lib/strncpy_user.S
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Copyright (C) 2002 Tensilica Inc.
*/

#include <variant/core.h>
#include <asm/variant/core.h>
#include <linux/errno.h>

/* Load or store instructions that may cause exceptions use the EX macro. */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/lib/strnlen_user.S
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Copyright (C) 2002 Tensilica Inc.
*/

#include <variant/core.h>
#include <asm/variant/core.h>

/* Load or store instructions that may cause exceptions use the EX macro. */

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/xtensa/lib/usercopy.S
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* a11/ original length
*/

#include <variant/core.h>
#include <asm/variant/core.h>

#ifdef __XTENSA_EB__
#define ALIGN(R, W0, W1) src R, W0, W1
Expand Down
Loading

0 comments on commit b34020a

Please sign in to comment.