dect
/
linux-2.6
Archived
13
0
Fork 0

tree-wide: fix assorted typos all over the place

That is "success", "unknown", "through", "performance", "[re|un]mapping"
, "access", "default", "reasonable", "[con]currently", "temperature"
, "channel", "[un]used", "application", "example","hierarchy", "therefore"
, "[over|under]flow", "contiguous", "threshold", "enough" and others.

Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
André Goddard Rosa 2009-11-14 13:09:05 -02:00 committed by Jiri Kosina
parent 972b94ffb9
commit af901ca181
345 changed files with 516 additions and 508 deletions

View File

@ -8,7 +8,7 @@ Description:
1 - major number 1 - major number
2 - minor mumber 2 - minor mumber
3 - device name 3 - device name
4 - reads completed succesfully 4 - reads completed successfully
5 - reads merged 5 - reads merged
6 - sectors read 6 - sectors read
7 - time spent reading (ms) 7 - time spent reading (ms)

View File

@ -4,7 +4,7 @@ Contact: Jerome Marchand <jmarchan@redhat.com>
Description: Description:
The /sys/block/<disk>/stat files displays the I/O The /sys/block/<disk>/stat files displays the I/O
statistics of disk <disk>. They contain 11 fields: statistics of disk <disk>. They contain 11 fields:
1 - reads completed succesfully 1 - reads completed successfully
2 - reads merged 2 - reads merged
3 - sectors read 3 - sectors read
4 - time spent reading (ms) 4 - time spent reading (ms)

View File

@ -362,7 +362,7 @@ module_exit(board_cleanup);
<sect1 id="Multiple_chip_control"> <sect1 id="Multiple_chip_control">
<title>Multiple chip control</title> <title>Multiple chip control</title>
<para> <para>
The nand driver can control chip arrays. Therefor the The nand driver can control chip arrays. Therefore the
board driver must provide an own select_chip function. This board driver must provide an own select_chip function. This
function must (de)select the requested chip. function must (de)select the requested chip.
The function pointer in the nand_chip structure must The function pointer in the nand_chip structure must

View File

@ -492,7 +492,7 @@ struct <link linkend="v4l2-jpegcompression">v4l2_jpegcompression</link> {
* you do, leave them untouched. * you do, leave them untouched.
* Inluding less markers will make the * Inluding less markers will make the
* resulting code smaller, but there will * resulting code smaller, but there will
* be fewer aplications which can read it. * be fewer applications which can read it.
* The presence of the APP and COM marker * The presence of the APP and COM marker
* is influenced by APP_len and COM_len * is influenced by APP_len and COM_len
* ONLY, not by this property! */ * ONLY, not by this property! */

View File

@ -5318,7 +5318,7 @@ struct _snd_pcm_runtime {
pages of the given size and map them onto the virtually contiguous pages of the given size and map them onto the virtually contiguous
memory. The virtual pointer is addressed in runtime-&gt;dma_area. memory. The virtual pointer is addressed in runtime-&gt;dma_area.
The physical address (runtime-&gt;dma_addr) is set to zero, The physical address (runtime-&gt;dma_addr) is set to zero,
because the buffer is physically non-contigous. because the buffer is physically non-contiguous.
The physical address table is set up in sgbuf-&gt;table. The physical address table is set up in sgbuf-&gt;table.
You can get the physical address at a certain offset via You can get the physical address at a certain offset via
<function>snd_pcm_sgbuf_get_addr()</function>. <function>snd_pcm_sgbuf_get_addr()</function>.

View File

@ -85,7 +85,7 @@ http://www.linuxtv.org/wiki/index.php/DVB_USB
- moved transfer control (pid filter, fifo control) from usb driver to frontend, it seems - moved transfer control (pid filter, fifo control) from usb driver to frontend, it seems
better settled there (added xfer_ops-struct) better settled there (added xfer_ops-struct)
- created a common files for frontends (mc/p/mb) - created a common files for frontends (mc/p/mb)
2004-09-28 - added support for a new device (Unkown, vendor ID is Hyper-Paltek) 2004-09-28 - added support for a new device (Unknown, vendor ID is Hyper-Paltek)
2004-09-20 - added support for a new device (Compro DVB-U2000), thanks 2004-09-20 - added support for a new device (Compro DVB-U2000), thanks
to Amaury Demol for reporting to Amaury Demol for reporting
- changed usb TS transfer method (several urbs, stopping transfer - changed usb TS transfer method (several urbs, stopping transfer

View File

@ -304,7 +304,7 @@ static void *map_zeroed_pages(unsigned int num)
addr = mmap(NULL, getpagesize() * num, addr = mmap(NULL, getpagesize() * num,
PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE, fd, 0); PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE, fd, 0);
if (addr == MAP_FAILED) if (addr == MAP_FAILED)
err(1, "Mmaping %u pages of /dev/zero", num); err(1, "Mmapping %u pages of /dev/zero", num);
/* /*
* One neat mmap feature is that you can close the fd, and it * One neat mmap feature is that you can close the fd, and it

View File

@ -185,7 +185,7 @@ ii. FW enables WCE bit in Mode Sense cmd for drives that are configured
Disks are exposed with WCE=1. User is advised to enable Write Back Disks are exposed with WCE=1. User is advised to enable Write Back
mode only when the controller has battery backup. At this time mode only when the controller has battery backup. At this time
Synhronize cache is not supported by the FW. Driver will short-cycle Synhronize cache is not supported by the FW. Driver will short-cycle
the cmd and return sucess without sending down to FW. the cmd and return success without sending down to FW.
1 Release Date : Sun Jan. 14 11:21:32 PDT 2007 - 1 Release Date : Sun Jan. 14 11:21:32 PDT 2007 -
Sumant Patro <Sumant.Patro@lsil.com>/Bo Yang Sumant Patro <Sumant.Patro@lsil.com>/Bo Yang

View File

@ -538,7 +538,7 @@ SPI MESSAGE QUEUE
The bulk of the driver will be managing the I/O queue fed by transfer(). The bulk of the driver will be managing the I/O queue fed by transfer().
That queue could be purely conceptual. For example, a driver used only That queue could be purely conceptual. For example, a driver used only
for low-frequency sensor acess might be fine using synchronous PIO. for low-frequency sensor access might be fine using synchronous PIO.
But the queue will probably be very real, using message->queue, PIO, But the queue will probably be very real, using message->queue, PIO,
often DMA (especially if the root filesystem is in SPI flash), and often DMA (especially if the root filesystem is in SPI flash), and

View File

@ -370,7 +370,7 @@ The default is 1 percent.
mmap_min_addr mmap_min_addr
This file indicates the amount of address space which a user process will This file indicates the amount of address space which a user process will
be restricted from mmaping. Since kernel null dereference bugs could be restricted from mmapping. Since kernel null dereference bugs could
accidentally operate based on the information in the first couple of pages accidentally operate based on the information in the first couple of pages
of memory userspace processes should not be allowed to write to them. By of memory userspace processes should not be allowed to write to them. By
default this value is set to 0 and no protections will be enforced by the default this value is set to 0 and no protections will be enforced by the

View File

@ -6,7 +6,7 @@ The modules are:
xxxx vend:prod xxxx vend:prod
---- ----
spca501 0000:0000 MystFromOri Unknow Camera spca501 0000:0000 MystFromOri Unknown Camera
m5602 0402:5602 ALi Video Camera Controller m5602 0402:5602 ALi Video Camera Controller
spca501 040a:0002 Kodak DVC-325 spca501 040a:0002 Kodak DVC-325
spca500 040a:0300 Kodak EZ200 spca500 040a:0300 Kodak EZ200

View File

@ -301,7 +301,7 @@ static char *page_flag_name(uint64_t flags)
present = (flags >> i) & 1; present = (flags >> i) & 1;
if (!page_flag_names[i]) { if (!page_flag_names[i]) {
if (present) if (present)
fatal("unkown flag bit %d\n", i); fatal("unknown flag bit %d\n", i);
continue; continue;
} }
buf[j++] = present ? page_flag_names[i][0] : '_'; buf[j++] = present ? page_flag_names[i][0] : '_';

View File

@ -197,7 +197,7 @@ setup_memory_node(int nid, void *kernel_end)
} }
if (bootmap_start == -1) if (bootmap_start == -1)
panic("couldn't find a contigous place for the bootmap"); panic("couldn't find a contiguous place for the bootmap");
/* Allocate the bootmap and mark the whole MM as reserved. */ /* Allocate the bootmap and mark the whole MM as reserved. */
bootmap_size = init_bootmem_node(NODE_DATA(nid), bootmap_start, bootmap_size = init_bootmem_node(NODE_DATA(nid), bootmap_start,

View File

@ -82,7 +82,7 @@ static int scoop_gpio_get(struct gpio_chip *chip, unsigned offset)
{ {
struct scoop_dev *sdev = container_of(chip, struct scoop_dev, gpio); struct scoop_dev *sdev = container_of(chip, struct scoop_dev, gpio);
/* XXX: I'm usure, but it seems so */ /* XXX: I'm unsure, but it seems so */
return ioread16(sdev->base + SCOOP_GPRR) & (1 << (offset + 1)); return ioread16(sdev->base + SCOOP_GPRR) & (1 << (offset + 1));
} }

View File

@ -83,7 +83,7 @@ typedef struct {
* @brief Get next available transaction width * @brief Get next available transaction width
* *
* *
* @return On sucess : Next avail able transaction width * @return On success : Next available transaction width
* On failure : dmacHw_TRANSACTION_WIDTH_8 * On failure : dmacHw_TRANSACTION_WIDTH_8
* *
* @note * @note

View File

@ -651,7 +651,7 @@ int dma_map_add_region(DMA_MemMap_t *memMap, /* Stores state information about t
/** /**
* Creates a descriptor ring from a memory mapping. * Creates a descriptor ring from a memory mapping.
* *
* @return 0 on sucess, error code otherwise. * @return 0 on success, error code otherwise.
*/ */
/****************************************************************************/ /****************************************************************************/

View File

@ -31,7 +31,7 @@
/* /*
* This __REG() version gives the same results as the one above, except * This __REG() version gives the same results as the one above, except
* that we are fooling gcc somehow so it generates far better and smaller * that we are fooling gcc somehow so it generates far better and smaller
* assembly code for access to contigous registers. It's a shame that gcc * assembly code for access to contiguous registers. It's a shame that gcc
* doesn't guess this by itself. * doesn't guess this by itself.
*/ */
#include <asm/types.h> #include <asm/types.h>

View File

@ -463,7 +463,7 @@ static void __init orion5x_setup_pci_wins(struct mbus_dram_target_info *dram)
writel(win_enable, PCI_BAR_ENABLE); writel(win_enable, PCI_BAR_ENABLE);
/* /*
* Disable automatic update of address remaping when writing to BARs. * Disable automatic update of address remapping when writing to BARs.
*/ */
orion5x_setbits(PCI_ADDR_DECODE_CTRL, 1); orion5x_setbits(PCI_ADDR_DECODE_CTRL, 1);
} }

View File

@ -91,7 +91,7 @@
/* BATTERY */ /* BATTERY */
#define PALMLD_BAT_MAX_VOLTAGE 4000 /* 4.00V maximum voltage */ #define PALMLD_BAT_MAX_VOLTAGE 4000 /* 4.00V maximum voltage */
#define PALMLD_BAT_MIN_VOLTAGE 3550 /* 3.55V critical voltage */ #define PALMLD_BAT_MIN_VOLTAGE 3550 /* 3.55V critical voltage */
#define PALMLD_BAT_MAX_CURRENT 0 /* unknokn */ #define PALMLD_BAT_MAX_CURRENT 0 /* unknown */
#define PALMLD_BAT_MIN_CURRENT 0 /* unknown */ #define PALMLD_BAT_MIN_CURRENT 0 /* unknown */
#define PALMLD_BAT_MAX_CHARGE 1 /* unknown */ #define PALMLD_BAT_MAX_CHARGE 1 /* unknown */
#define PALMLD_BAT_MIN_CHARGE 1 /* unknown */ #define PALMLD_BAT_MIN_CHARGE 1 /* unknown */

View File

@ -66,7 +66,7 @@
/* BATTERY */ /* BATTERY */
#define PALMT5_BAT_MAX_VOLTAGE 4000 /* 4.00v current voltage */ #define PALMT5_BAT_MAX_VOLTAGE 4000 /* 4.00v current voltage */
#define PALMT5_BAT_MIN_VOLTAGE 3550 /* 3.55v critical voltage */ #define PALMT5_BAT_MIN_VOLTAGE 3550 /* 3.55v critical voltage */
#define PALMT5_BAT_MAX_CURRENT 0 /* unknokn */ #define PALMT5_BAT_MAX_CURRENT 0 /* unknown */
#define PALMT5_BAT_MIN_CURRENT 0 /* unknown */ #define PALMT5_BAT_MIN_CURRENT 0 /* unknown */
#define PALMT5_BAT_MAX_CHARGE 1 /* unknown */ #define PALMT5_BAT_MAX_CHARGE 1 /* unknown */
#define PALMT5_BAT_MIN_CHARGE 1 /* unknown */ #define PALMT5_BAT_MIN_CHARGE 1 /* unknown */

View File

@ -68,7 +68,7 @@
/* BATTERY */ /* BATTERY */
#define PALMTC_BAT_MAX_VOLTAGE 4000 /* 4.00V maximum voltage */ #define PALMTC_BAT_MAX_VOLTAGE 4000 /* 4.00V maximum voltage */
#define PALMTC_BAT_MIN_VOLTAGE 3550 /* 3.55V critical voltage */ #define PALMTC_BAT_MIN_VOLTAGE 3550 /* 3.55V critical voltage */
#define PALMTC_BAT_MAX_CURRENT 0 /* unknokn */ #define PALMTC_BAT_MAX_CURRENT 0 /* unknown */
#define PALMTC_BAT_MIN_CURRENT 0 /* unknown */ #define PALMTC_BAT_MIN_CURRENT 0 /* unknown */
#define PALMTC_BAT_MAX_CHARGE 1 /* unknown */ #define PALMTC_BAT_MAX_CHARGE 1 /* unknown */
#define PALMTC_BAT_MIN_CHARGE 1 /* unknown */ #define PALMTC_BAT_MIN_CHARGE 1 /* unknown */

View File

@ -59,7 +59,7 @@
/* BATTERY */ /* BATTERY */
#define PALMTE2_BAT_MAX_VOLTAGE 4000 /* 4.00v current voltage */ #define PALMTE2_BAT_MAX_VOLTAGE 4000 /* 4.00v current voltage */
#define PALMTE2_BAT_MIN_VOLTAGE 3550 /* 3.55v critical voltage */ #define PALMTE2_BAT_MIN_VOLTAGE 3550 /* 3.55v critical voltage */
#define PALMTE2_BAT_MAX_CURRENT 0 /* unknokn */ #define PALMTE2_BAT_MAX_CURRENT 0 /* unknown */
#define PALMTE2_BAT_MIN_CURRENT 0 /* unknown */ #define PALMTE2_BAT_MIN_CURRENT 0 /* unknown */
#define PALMTE2_BAT_MAX_CHARGE 1 /* unknown */ #define PALMTE2_BAT_MAX_CHARGE 1 /* unknown */
#define PALMTE2_BAT_MIN_CHARGE 1 /* unknown */ #define PALMTE2_BAT_MIN_CHARGE 1 /* unknown */

View File

@ -94,7 +94,7 @@
/* BATTERY */ /* BATTERY */
#define PALMTX_BAT_MAX_VOLTAGE 4000 /* 4.00v current voltage */ #define PALMTX_BAT_MAX_VOLTAGE 4000 /* 4.00v current voltage */
#define PALMTX_BAT_MIN_VOLTAGE 3550 /* 3.55v critical voltage */ #define PALMTX_BAT_MIN_VOLTAGE 3550 /* 3.55v critical voltage */
#define PALMTX_BAT_MAX_CURRENT 0 /* unknokn */ #define PALMTX_BAT_MAX_CURRENT 0 /* unknown */
#define PALMTX_BAT_MIN_CURRENT 0 /* unknown */ #define PALMTX_BAT_MIN_CURRENT 0 /* unknown */
#define PALMTX_BAT_MAX_CHARGE 1 /* unknown */ #define PALMTX_BAT_MAX_CHARGE 1 /* unknown */
#define PALMTX_BAT_MIN_CHARGE 1 /* unknown */ #define PALMTX_BAT_MIN_CHARGE 1 /* unknown */

View File

@ -49,7 +49,7 @@
/* Battery */ /* Battery */
#define PALMZ72_BAT_MAX_VOLTAGE 4000 /* 4.00v current voltage */ #define PALMZ72_BAT_MAX_VOLTAGE 4000 /* 4.00v current voltage */
#define PALMZ72_BAT_MIN_VOLTAGE 3550 /* 3.55v critical voltage */ #define PALMZ72_BAT_MIN_VOLTAGE 3550 /* 3.55v critical voltage */
#define PALMZ72_BAT_MAX_CURRENT 0 /* unknokn */ #define PALMZ72_BAT_MAX_CURRENT 0 /* unknown */
#define PALMZ72_BAT_MIN_CURRENT 0 /* unknown */ #define PALMZ72_BAT_MIN_CURRENT 0 /* unknown */
#define PALMZ72_BAT_MAX_CHARGE 1 /* unknown */ #define PALMZ72_BAT_MAX_CHARGE 1 /* unknown */
#define PALMZ72_BAT_MIN_CHARGE 1 /* unknown */ #define PALMZ72_BAT_MIN_CHARGE 1 /* unknown */

View File

@ -30,7 +30,7 @@ char *s3c6400_hsmmc_clksrcs[4] = {
[0] = "hsmmc", [0] = "hsmmc",
[1] = "hsmmc", [1] = "hsmmc",
[2] = "mmc_bus", [2] = "mmc_bus",
/* [3] = "48m", - note not succesfully used yet */ /* [3] = "48m", - note not successfully used yet */
}; };
void s3c6400_setup_sdhci_cfg_card(struct platform_device *dev, void s3c6400_setup_sdhci_cfg_card(struct platform_device *dev,

View File

@ -30,7 +30,7 @@ char *s3c6410_hsmmc_clksrcs[4] = {
[0] = "hsmmc", [0] = "hsmmc",
[1] = "hsmmc", [1] = "hsmmc",
[2] = "mmc_bus", [2] = "mmc_bus",
/* [3] = "48m", - note not succesfully used yet */ /* [3] = "48m", - note not successfully used yet */
}; };

View File

@ -65,7 +65,7 @@ static irqreturn_t dma_irq_handler(int irq, void *dev_id)
/** /**
* sa1100_request_dma - allocate one of the SA11x0's DMA chanels * sa1100_request_dma - allocate one of the SA11x0's DMA channels
* @device: The SA11x0 peripheral targeted by this request * @device: The SA11x0 peripheral targeted by this request
* @device_id: An ascii name for the claiming device * @device_id: An ascii name for the claiming device
* @callback: Function to be called when the DMA completes * @callback: Function to be called when the DMA completes

View File

@ -112,7 +112,7 @@ enum iomux_gp_func {
* setups a single pin: * setups a single pin:
* - reserves the pin so that it is not claimed by another driver * - reserves the pin so that it is not claimed by another driver
* - setups the iomux according to the configuration * - setups the iomux according to the configuration
* - if the pin is configured as a GPIO, we claim it throug kernel gpiolib * - if the pin is configured as a GPIO, we claim it through kernel gpiolib
*/ */
int mxc_iomux_alloc_pin(const unsigned int pin, const char *label); int mxc_iomux_alloc_pin(const unsigned int pin, const char *label);
/* /*

View File

@ -48,7 +48,7 @@
* setups a single pin: * setups a single pin:
* - reserves the pin so that it is not claimed by another driver * - reserves the pin so that it is not claimed by another driver
* - setups the iomux according to the configuration * - setups the iomux according to the configuration
* - if the pin is configured as a GPIO, we claim it throug kernel gpiolib * - if the pin is configured as a GPIO, we claim it through kernel gpiolib
*/ */
int mxc_iomux_alloc_pin(const unsigned int pin_mode, const char *label); int mxc_iomux_alloc_pin(const unsigned int pin_mode, const char *label);
/* /*

View File

@ -94,7 +94,7 @@ int pwm_config(struct pwm_device *pwm, int duty_ns, int period_ns)
* register to follow the ratio of duty_ns vs. period_ns * register to follow the ratio of duty_ns vs. period_ns
* accordingly. * accordingly.
* *
* This is good enought for programming the brightness of * This is good enough for programming the brightness of
* the LCD backlight. * the LCD backlight.
* *
* The real implementation would divide PERCLK[0] first by * The real implementation would divide PERCLK[0] first by

View File

@ -1232,7 +1232,7 @@ static void create_dma_lch_chain(int lch_head, int lch_queue)
* OMAP_DMA_DYNAMIC_CHAIN * OMAP_DMA_DYNAMIC_CHAIN
* @params - Channel parameters * @params - Channel parameters
* *
* @return - Succes : 0 * @return - Success : 0
* Failure: -EINVAL/-ENOMEM * Failure: -EINVAL/-ENOMEM
*/ */
int omap_request_dma_chain(int dev_id, const char *dev_name, int omap_request_dma_chain(int dev_id, const char *dev_name,

View File

@ -124,7 +124,7 @@
#define TIPB_SWITCH_BASE (0xfffbc800) #define TIPB_SWITCH_BASE (0xfffbc800)
#define OMAP16XX_MMCSD2_SSW_MPU_CONF (TIPB_SWITCH_BASE + 0x160) #define OMAP16XX_MMCSD2_SSW_MPU_CONF (TIPB_SWITCH_BASE + 0x160)
/* UART3 Registers Maping through MPU bus */ /* UART3 Registers Mapping through MPU bus */
#define UART3_RHR (OMAP_UART3_BASE + 0) #define UART3_RHR (OMAP_UART3_BASE + 0)
#define UART3_THR (OMAP_UART3_BASE + 0) #define UART3_THR (OMAP_UART3_BASE + 0)
#define UART3_DLL (OMAP_UART3_BASE + 0) #define UART3_DLL (OMAP_UART3_BASE + 0)

View File

@ -64,7 +64,7 @@
/* the calculation for the VA of this must ensure that /* the calculation for the VA of this must ensure that
* it is the same distance apart from the UART in the * it is the same distance apart from the UART in the
* phsyical address space, as the initial mapping for the IO * phsyical address space, as the initial mapping for the IO
* is done as a 1:1 maping. This puts it (currently) at * is done as a 1:1 mapping. This puts it (currently) at
* 0xFA800000, which is not in the way of any current mapping * 0xFA800000, which is not in the way of any current mapping
* by the base system. * by the base system.
*/ */

View File

@ -24,7 +24,7 @@ config BOARD_HAMMERHEAD_SND
bool "Atmel AC97 Sound support" bool "Atmel AC97 Sound support"
help help
This enables Sound support for the Hammerhead board. You may This enables Sound support for the Hammerhead board. You may
also go trough the ALSA settings to get it working. also go through the ALSA settings to get it working.
Choose 'Y' here if you have ordered a Corona daugther board and Choose 'Y' here if you have ordered a Corona daugther board and
want to make your board funky. want to make your board funky.

View File

@ -619,7 +619,7 @@ asmlinkage notrace void trap_c(struct pt_regs *fp)
/* /*
* Similar to get_user, do some address checking, then dereference * Similar to get_user, do some address checking, then dereference
* Return true on sucess, false on bad address * Return true on success, false on bad address
*/ */
static bool get_instruction(unsigned short *val, unsigned short *address) static bool get_instruction(unsigned short *val, unsigned short *address)
{ {

View File

@ -542,7 +542,7 @@
#define HMDMA0_CONTROL 0xFFC03300 /* Handshake MDMA0 Control Register */ #define HMDMA0_CONTROL 0xFFC03300 /* Handshake MDMA0 Control Register */
#define HMDMA0_ECINIT 0xFFC03304 /* HMDMA0 Initial Edge Count Register */ #define HMDMA0_ECINIT 0xFFC03304 /* HMDMA0 Initial Edge Count Register */
#define HMDMA0_BCINIT 0xFFC03308 /* HMDMA0 Initial Block Count Register */ #define HMDMA0_BCINIT 0xFFC03308 /* HMDMA0 Initial Block Count Register */
#define HMDMA0_ECURGENT 0xFFC0330C /* HMDMA0 Urgent Edge Count Threshhold Register */ #define HMDMA0_ECURGENT 0xFFC0330C /* HMDMA0 Urgent Edge Count Threshold Register */
#define HMDMA0_ECOVERFLOW 0xFFC03310 /* HMDMA0 Edge Count Overflow Interrupt Register */ #define HMDMA0_ECOVERFLOW 0xFFC03310 /* HMDMA0 Edge Count Overflow Interrupt Register */
#define HMDMA0_ECOUNT 0xFFC03314 /* HMDMA0 Current Edge Count Register */ #define HMDMA0_ECOUNT 0xFFC03314 /* HMDMA0 Current Edge Count Register */
#define HMDMA0_BCOUNT 0xFFC03318 /* HMDMA0 Current Block Count Register */ #define HMDMA0_BCOUNT 0xFFC03318 /* HMDMA0 Current Block Count Register */
@ -550,7 +550,7 @@
#define HMDMA1_CONTROL 0xFFC03340 /* Handshake MDMA1 Control Register */ #define HMDMA1_CONTROL 0xFFC03340 /* Handshake MDMA1 Control Register */
#define HMDMA1_ECINIT 0xFFC03344 /* HMDMA1 Initial Edge Count Register */ #define HMDMA1_ECINIT 0xFFC03344 /* HMDMA1 Initial Edge Count Register */
#define HMDMA1_BCINIT 0xFFC03348 /* HMDMA1 Initial Block Count Register */ #define HMDMA1_BCINIT 0xFFC03348 /* HMDMA1 Initial Block Count Register */
#define HMDMA1_ECURGENT 0xFFC0334C /* HMDMA1 Urgent Edge Count Threshhold Register */ #define HMDMA1_ECURGENT 0xFFC0334C /* HMDMA1 Urgent Edge Count Threshold Register */
#define HMDMA1_ECOVERFLOW 0xFFC03350 /* HMDMA1 Edge Count Overflow Interrupt Register */ #define HMDMA1_ECOVERFLOW 0xFFC03350 /* HMDMA1 Edge Count Overflow Interrupt Register */
#define HMDMA1_ECOUNT 0xFFC03354 /* HMDMA1 Current Edge Count Register */ #define HMDMA1_ECOUNT 0xFFC03354 /* HMDMA1 Current Edge Count Register */
#define HMDMA1_BCOUNT 0xFFC03358 /* HMDMA1 Current Block Count Register */ #define HMDMA1_BCOUNT 0xFFC03358 /* HMDMA1 Current Block Count Register */

View File

@ -544,7 +544,7 @@
#define HMDMA0_CONTROL 0xFFC03300 /* Handshake MDMA0 Control Register */ #define HMDMA0_CONTROL 0xFFC03300 /* Handshake MDMA0 Control Register */
#define HMDMA0_ECINIT 0xFFC03304 /* HMDMA0 Initial Edge Count Register */ #define HMDMA0_ECINIT 0xFFC03304 /* HMDMA0 Initial Edge Count Register */
#define HMDMA0_BCINIT 0xFFC03308 /* HMDMA0 Initial Block Count Register */ #define HMDMA0_BCINIT 0xFFC03308 /* HMDMA0 Initial Block Count Register */
#define HMDMA0_ECURGENT 0xFFC0330C /* HMDMA0 Urgent Edge Count Threshhold Register */ #define HMDMA0_ECURGENT 0xFFC0330C /* HMDMA0 Urgent Edge Count Threshold Register */
#define HMDMA0_ECOVERFLOW 0xFFC03310 /* HMDMA0 Edge Count Overflow Interrupt Register */ #define HMDMA0_ECOVERFLOW 0xFFC03310 /* HMDMA0 Edge Count Overflow Interrupt Register */
#define HMDMA0_ECOUNT 0xFFC03314 /* HMDMA0 Current Edge Count Register */ #define HMDMA0_ECOUNT 0xFFC03314 /* HMDMA0 Current Edge Count Register */
#define HMDMA0_BCOUNT 0xFFC03318 /* HMDMA0 Current Block Count Register */ #define HMDMA0_BCOUNT 0xFFC03318 /* HMDMA0 Current Block Count Register */
@ -552,7 +552,7 @@
#define HMDMA1_CONTROL 0xFFC03340 /* Handshake MDMA1 Control Register */ #define HMDMA1_CONTROL 0xFFC03340 /* Handshake MDMA1 Control Register */
#define HMDMA1_ECINIT 0xFFC03344 /* HMDMA1 Initial Edge Count Register */ #define HMDMA1_ECINIT 0xFFC03344 /* HMDMA1 Initial Edge Count Register */
#define HMDMA1_BCINIT 0xFFC03348 /* HMDMA1 Initial Block Count Register */ #define HMDMA1_BCINIT 0xFFC03348 /* HMDMA1 Initial Block Count Register */
#define HMDMA1_ECURGENT 0xFFC0334C /* HMDMA1 Urgent Edge Count Threshhold Register */ #define HMDMA1_ECURGENT 0xFFC0334C /* HMDMA1 Urgent Edge Count Threshold Register */
#define HMDMA1_ECOVERFLOW 0xFFC03350 /* HMDMA1 Edge Count Overflow Interrupt Register */ #define HMDMA1_ECOVERFLOW 0xFFC03350 /* HMDMA1 Edge Count Overflow Interrupt Register */
#define HMDMA1_ECOUNT 0xFFC03354 /* HMDMA1 Current Edge Count Register */ #define HMDMA1_ECOUNT 0xFFC03354 /* HMDMA1 Current Edge Count Register */
#define HMDMA1_BCOUNT 0xFFC03358 /* HMDMA1 Current Block Count Register */ #define HMDMA1_BCOUNT 0xFFC03358 /* HMDMA1 Current Block Count Register */

View File

@ -934,7 +934,7 @@
#define HMDMA0_CONTROL 0xFFC03300 /* Handshake MDMA0 Control Register */ #define HMDMA0_CONTROL 0xFFC03300 /* Handshake MDMA0 Control Register */
#define HMDMA0_ECINIT 0xFFC03304 /* HMDMA0 Initial Edge Count Register */ #define HMDMA0_ECINIT 0xFFC03304 /* HMDMA0 Initial Edge Count Register */
#define HMDMA0_BCINIT 0xFFC03308 /* HMDMA0 Initial Block Count Register */ #define HMDMA0_BCINIT 0xFFC03308 /* HMDMA0 Initial Block Count Register */
#define HMDMA0_ECURGENT 0xFFC0330C /* HMDMA0 Urgent Edge Count Threshhold Register */ #define HMDMA0_ECURGENT 0xFFC0330C /* HMDMA0 Urgent Edge Count Threshold Register */
#define HMDMA0_ECOVERFLOW 0xFFC03310 /* HMDMA0 Edge Count Overflow Interrupt Register */ #define HMDMA0_ECOVERFLOW 0xFFC03310 /* HMDMA0 Edge Count Overflow Interrupt Register */
#define HMDMA0_ECOUNT 0xFFC03314 /* HMDMA0 Current Edge Count Register */ #define HMDMA0_ECOUNT 0xFFC03314 /* HMDMA0 Current Edge Count Register */
#define HMDMA0_BCOUNT 0xFFC03318 /* HMDMA0 Current Block Count Register */ #define HMDMA0_BCOUNT 0xFFC03318 /* HMDMA0 Current Block Count Register */
@ -942,7 +942,7 @@
#define HMDMA1_CONTROL 0xFFC03340 /* Handshake MDMA1 Control Register */ #define HMDMA1_CONTROL 0xFFC03340 /* Handshake MDMA1 Control Register */
#define HMDMA1_ECINIT 0xFFC03344 /* HMDMA1 Initial Edge Count Register */ #define HMDMA1_ECINIT 0xFFC03344 /* HMDMA1 Initial Edge Count Register */
#define HMDMA1_BCINIT 0xFFC03348 /* HMDMA1 Initial Block Count Register */ #define HMDMA1_BCINIT 0xFFC03348 /* HMDMA1 Initial Block Count Register */
#define HMDMA1_ECURGENT 0xFFC0334C /* HMDMA1 Urgent Edge Count Threshhold Register */ #define HMDMA1_ECURGENT 0xFFC0334C /* HMDMA1 Urgent Edge Count Threshold Register */
#define HMDMA1_ECOVERFLOW 0xFFC03350 /* HMDMA1 Edge Count Overflow Interrupt Register */ #define HMDMA1_ECOVERFLOW 0xFFC03350 /* HMDMA1 Edge Count Overflow Interrupt Register */
#define HMDMA1_ECOUNT 0xFFC03354 /* HMDMA1 Current Edge Count Register */ #define HMDMA1_ECOUNT 0xFFC03354 /* HMDMA1 Current Edge Count Register */
#define HMDMA1_BCOUNT 0xFFC03358 /* HMDMA1 Current Block Count Register */ #define HMDMA1_BCOUNT 0xFFC03358 /* HMDMA1 Current Block Count Register */

View File

@ -491,7 +491,7 @@
#define HMDMA0_CONTROL 0xffc04500 /* Handshake MDMA0 Control Register */ #define HMDMA0_CONTROL 0xffc04500 /* Handshake MDMA0 Control Register */
#define HMDMA0_ECINIT 0xffc04504 /* Handshake MDMA0 Initial Edge Count Register */ #define HMDMA0_ECINIT 0xffc04504 /* Handshake MDMA0 Initial Edge Count Register */
#define HMDMA0_BCINIT 0xffc04508 /* Handshake MDMA0 Initial Block Count Register */ #define HMDMA0_BCINIT 0xffc04508 /* Handshake MDMA0 Initial Block Count Register */
#define HMDMA0_ECURGENT 0xffc0450c /* Handshake MDMA0 Urgent Edge Count Threshhold Register */ #define HMDMA0_ECURGENT 0xffc0450c /* Handshake MDMA0 Urgent Edge Count Threshold Register */
#define HMDMA0_ECOVERFLOW 0xffc04510 /* Handshake MDMA0 Edge Count Overflow Interrupt Register */ #define HMDMA0_ECOVERFLOW 0xffc04510 /* Handshake MDMA0 Edge Count Overflow Interrupt Register */
#define HMDMA0_ECOUNT 0xffc04514 /* Handshake MDMA0 Current Edge Count Register */ #define HMDMA0_ECOUNT 0xffc04514 /* Handshake MDMA0 Current Edge Count Register */
#define HMDMA0_BCOUNT 0xffc04518 /* Handshake MDMA0 Current Block Count Register */ #define HMDMA0_BCOUNT 0xffc04518 /* Handshake MDMA0 Current Block Count Register */
@ -501,7 +501,7 @@
#define HMDMA1_CONTROL 0xffc04540 /* Handshake MDMA1 Control Register */ #define HMDMA1_CONTROL 0xffc04540 /* Handshake MDMA1 Control Register */
#define HMDMA1_ECINIT 0xffc04544 /* Handshake MDMA1 Initial Edge Count Register */ #define HMDMA1_ECINIT 0xffc04544 /* Handshake MDMA1 Initial Edge Count Register */
#define HMDMA1_BCINIT 0xffc04548 /* Handshake MDMA1 Initial Block Count Register */ #define HMDMA1_BCINIT 0xffc04548 /* Handshake MDMA1 Initial Block Count Register */
#define HMDMA1_ECURGENT 0xffc0454c /* Handshake MDMA1 Urgent Edge Count Threshhold Register */ #define HMDMA1_ECURGENT 0xffc0454c /* Handshake MDMA1 Urgent Edge Count Threshold Register */
#define HMDMA1_ECOVERFLOW 0xffc04550 /* Handshake MDMA1 Edge Count Overflow Interrupt Register */ #define HMDMA1_ECOVERFLOW 0xffc04550 /* Handshake MDMA1 Edge Count Overflow Interrupt Register */
#define HMDMA1_ECOUNT 0xffc04554 /* Handshake MDMA1 Current Edge Count Register */ #define HMDMA1_ECOUNT 0xffc04554 /* Handshake MDMA1 Current Edge Count Register */
#define HMDMA1_BCOUNT 0xffc04558 /* Handshake MDMA1 Current Block Count Register */ #define HMDMA1_BCOUNT 0xffc04558 /* Handshake MDMA1 Current Block Count Register */

View File

@ -470,7 +470,7 @@
#define HMDMA0_CONTROL 0xffc04500 /* Handshake MDMA0 Control Register */ #define HMDMA0_CONTROL 0xffc04500 /* Handshake MDMA0 Control Register */
#define HMDMA0_ECINIT 0xffc04504 /* Handshake MDMA0 Initial Edge Count Register */ #define HMDMA0_ECINIT 0xffc04504 /* Handshake MDMA0 Initial Edge Count Register */
#define HMDMA0_BCINIT 0xffc04508 /* Handshake MDMA0 Initial Block Count Register */ #define HMDMA0_BCINIT 0xffc04508 /* Handshake MDMA0 Initial Block Count Register */
#define HMDMA0_ECURGENT 0xffc0450c /* Handshake MDMA0 Urgent Edge Count Threshhold Register */ #define HMDMA0_ECURGENT 0xffc0450c /* Handshake MDMA0 Urgent Edge Count Threshold Register */
#define HMDMA0_ECOVERFLOW 0xffc04510 /* Handshake MDMA0 Edge Count Overflow Interrupt Register */ #define HMDMA0_ECOVERFLOW 0xffc04510 /* Handshake MDMA0 Edge Count Overflow Interrupt Register */
#define HMDMA0_ECOUNT 0xffc04514 /* Handshake MDMA0 Current Edge Count Register */ #define HMDMA0_ECOUNT 0xffc04514 /* Handshake MDMA0 Current Edge Count Register */
#define HMDMA0_BCOUNT 0xffc04518 /* Handshake MDMA0 Current Block Count Register */ #define HMDMA0_BCOUNT 0xffc04518 /* Handshake MDMA0 Current Block Count Register */
@ -480,7 +480,7 @@
#define HMDMA1_CONTROL 0xffc04540 /* Handshake MDMA1 Control Register */ #define HMDMA1_CONTROL 0xffc04540 /* Handshake MDMA1 Control Register */
#define HMDMA1_ECINIT 0xffc04544 /* Handshake MDMA1 Initial Edge Count Register */ #define HMDMA1_ECINIT 0xffc04544 /* Handshake MDMA1 Initial Edge Count Register */
#define HMDMA1_BCINIT 0xffc04548 /* Handshake MDMA1 Initial Block Count Register */ #define HMDMA1_BCINIT 0xffc04548 /* Handshake MDMA1 Initial Block Count Register */
#define HMDMA1_ECURGENT 0xffc0454c /* Handshake MDMA1 Urgent Edge Count Threshhold Register */ #define HMDMA1_ECURGENT 0xffc0454c /* Handshake MDMA1 Urgent Edge Count Threshold Register */
#define HMDMA1_ECOVERFLOW 0xffc04550 /* Handshake MDMA1 Edge Count Overflow Interrupt Register */ #define HMDMA1_ECOVERFLOW 0xffc04550 /* Handshake MDMA1 Edge Count Overflow Interrupt Register */
#define HMDMA1_ECOUNT 0xffc04554 /* Handshake MDMA1 Current Edge Count Register */ #define HMDMA1_ECOUNT 0xffc04554 /* Handshake MDMA1 Current Edge Count Register */
#define HMDMA1_BCOUNT 0xffc04558 /* Handshake MDMA1 Current Block Count Register */ #define HMDMA1_BCOUNT 0xffc04558 /* Handshake MDMA1 Current Block Count Register */

View File

@ -853,7 +853,7 @@
#define HMDMA0_CONTROL 0xffc04500 /* Handshake MDMA0 Control Register */ #define HMDMA0_CONTROL 0xffc04500 /* Handshake MDMA0 Control Register */
#define HMDMA0_ECINIT 0xffc04504 /* Handshake MDMA0 Initial Edge Count Register */ #define HMDMA0_ECINIT 0xffc04504 /* Handshake MDMA0 Initial Edge Count Register */
#define HMDMA0_BCINIT 0xffc04508 /* Handshake MDMA0 Initial Block Count Register */ #define HMDMA0_BCINIT 0xffc04508 /* Handshake MDMA0 Initial Block Count Register */
#define HMDMA0_ECURGENT 0xffc0450c /* Handshake MDMA0 Urgent Edge Count Threshhold Register */ #define HMDMA0_ECURGENT 0xffc0450c /* Handshake MDMA0 Urgent Edge Count Threshold Register */
#define HMDMA0_ECOVERFLOW 0xffc04510 /* Handshake MDMA0 Edge Count Overflow Interrupt Register */ #define HMDMA0_ECOVERFLOW 0xffc04510 /* Handshake MDMA0 Edge Count Overflow Interrupt Register */
#define HMDMA0_ECOUNT 0xffc04514 /* Handshake MDMA0 Current Edge Count Register */ #define HMDMA0_ECOUNT 0xffc04514 /* Handshake MDMA0 Current Edge Count Register */
#define HMDMA0_BCOUNT 0xffc04518 /* Handshake MDMA0 Current Block Count Register */ #define HMDMA0_BCOUNT 0xffc04518 /* Handshake MDMA0 Current Block Count Register */
@ -863,7 +863,7 @@
#define HMDMA1_CONTROL 0xffc04540 /* Handshake MDMA1 Control Register */ #define HMDMA1_CONTROL 0xffc04540 /* Handshake MDMA1 Control Register */
#define HMDMA1_ECINIT 0xffc04544 /* Handshake MDMA1 Initial Edge Count Register */ #define HMDMA1_ECINIT 0xffc04544 /* Handshake MDMA1 Initial Edge Count Register */
#define HMDMA1_BCINIT 0xffc04548 /* Handshake MDMA1 Initial Block Count Register */ #define HMDMA1_BCINIT 0xffc04548 /* Handshake MDMA1 Initial Block Count Register */
#define HMDMA1_ECURGENT 0xffc0454c /* Handshake MDMA1 Urgent Edge Count Threshhold Register */ #define HMDMA1_ECURGENT 0xffc0454c /* Handshake MDMA1 Urgent Edge Count Threshold Register */
#define HMDMA1_ECOVERFLOW 0xffc04550 /* Handshake MDMA1 Edge Count Overflow Interrupt Register */ #define HMDMA1_ECOVERFLOW 0xffc04550 /* Handshake MDMA1 Edge Count Overflow Interrupt Register */
#define HMDMA1_ECOUNT 0xffc04554 /* Handshake MDMA1 Current Edge Count Register */ #define HMDMA1_ECOUNT 0xffc04554 /* Handshake MDMA1 Current Edge Count Register */
#define HMDMA1_BCOUNT 0xffc04558 /* Handshake MDMA1 Current Block Count Register */ #define HMDMA1_BCOUNT 0xffc04558 /* Handshake MDMA1 Current Block Count Register */

View File

@ -1024,7 +1024,7 @@
#define HMDMA0_CONTROL 0xffc04500 /* Handshake MDMA0 Control Register */ #define HMDMA0_CONTROL 0xffc04500 /* Handshake MDMA0 Control Register */
#define HMDMA0_ECINIT 0xffc04504 /* Handshake MDMA0 Initial Edge Count Register */ #define HMDMA0_ECINIT 0xffc04504 /* Handshake MDMA0 Initial Edge Count Register */
#define HMDMA0_BCINIT 0xffc04508 /* Handshake MDMA0 Initial Block Count Register */ #define HMDMA0_BCINIT 0xffc04508 /* Handshake MDMA0 Initial Block Count Register */
#define HMDMA0_ECURGENT 0xffc0450c /* Handshake MDMA0 Urgent Edge Count Threshhold Register */ #define HMDMA0_ECURGENT 0xffc0450c /* Handshake MDMA0 Urgent Edge Count Threshold Register */
#define HMDMA0_ECOVERFLOW 0xffc04510 /* Handshake MDMA0 Edge Count Overflow Interrupt Register */ #define HMDMA0_ECOVERFLOW 0xffc04510 /* Handshake MDMA0 Edge Count Overflow Interrupt Register */
#define HMDMA0_ECOUNT 0xffc04514 /* Handshake MDMA0 Current Edge Count Register */ #define HMDMA0_ECOUNT 0xffc04514 /* Handshake MDMA0 Current Edge Count Register */
#define HMDMA0_BCOUNT 0xffc04518 /* Handshake MDMA0 Current Block Count Register */ #define HMDMA0_BCOUNT 0xffc04518 /* Handshake MDMA0 Current Block Count Register */
@ -1034,7 +1034,7 @@
#define HMDMA1_CONTROL 0xffc04540 /* Handshake MDMA1 Control Register */ #define HMDMA1_CONTROL 0xffc04540 /* Handshake MDMA1 Control Register */
#define HMDMA1_ECINIT 0xffc04544 /* Handshake MDMA1 Initial Edge Count Register */ #define HMDMA1_ECINIT 0xffc04544 /* Handshake MDMA1 Initial Edge Count Register */
#define HMDMA1_BCINIT 0xffc04548 /* Handshake MDMA1 Initial Block Count Register */ #define HMDMA1_BCINIT 0xffc04548 /* Handshake MDMA1 Initial Block Count Register */
#define HMDMA1_ECURGENT 0xffc0454c /* Handshake MDMA1 Urgent Edge Count Threshhold Register */ #define HMDMA1_ECURGENT 0xffc0454c /* Handshake MDMA1 Urgent Edge Count Threshold Register */
#define HMDMA1_ECOVERFLOW 0xffc04550 /* Handshake MDMA1 Edge Count Overflow Interrupt Register */ #define HMDMA1_ECOVERFLOW 0xffc04550 /* Handshake MDMA1 Edge Count Overflow Interrupt Register */
#define HMDMA1_ECOUNT 0xffc04554 /* Handshake MDMA1 Current Edge Count Register */ #define HMDMA1_ECOUNT 0xffc04554 /* Handshake MDMA1 Current Edge Count Register */
#define HMDMA1_BCOUNT 0xffc04558 /* Handshake MDMA1 Current Block Count Register */ #define HMDMA1_BCOUNT 0xffc04558 /* Handshake MDMA1 Current Block Count Register */

View File

@ -209,7 +209,7 @@ do_page_fault(unsigned long address, struct pt_regs *regs,
/* Are we prepared to handle this kernel fault? /* Are we prepared to handle this kernel fault?
* *
* (The kernel has valid exception-points in the source * (The kernel has valid exception-points in the source
* when it acesses user-memory. When it fails in one * when it accesses user-memory. When it fails in one
* of those points, we find it in a table and do a jump * of those points, we find it in a table and do a jump
* to some fixup code that loads an appropriate error * to some fixup code that loads an appropriate error
* code) * code)

View File

@ -1381,7 +1381,7 @@ sba_coalesce_chunks(struct ioc *ioc, struct device *dev,
#endif #endif
/* /*
** Not virtually contigous. ** Not virtually contiguous.
** Terminate prev chunk. ** Terminate prev chunk.
** Start a new chunk. ** Start a new chunk.
** **

View File

@ -79,7 +79,7 @@ GLOBAL_ENTRY(ia32_ret_from_clone)
(p6) br.cond.spnt .ia32_strace_check_retval (p6) br.cond.spnt .ia32_strace_check_retval
;; // prevent RAW on r8 ;; // prevent RAW on r8
END(ia32_ret_from_clone) END(ia32_ret_from_clone)
// fall thrugh // fall through
GLOBAL_ENTRY(ia32_ret_from_syscall) GLOBAL_ENTRY(ia32_ret_from_syscall)
PT_REGS_UNWIND_INFO(0) PT_REGS_UNWIND_INFO(0)

View File

@ -67,7 +67,7 @@ typedef struct {
unsigned long ip; /* where did the overflow interrupt happened */ unsigned long ip; /* where did the overflow interrupt happened */
unsigned long tstamp; /* ar.itc when entering perfmon intr. handler */ unsigned long tstamp; /* ar.itc when entering perfmon intr. handler */
unsigned short cpu; /* cpu on which the overfow occured */ unsigned short cpu; /* cpu on which the overflow occured */
unsigned short set; /* event set active when overflow ocurred */ unsigned short set; /* event set active when overflow ocurred */
int tgid; /* thread group id (for NPTL, this is getpid()) */ int tgid; /* thread group id (for NPTL, this is getpid()) */
} pfm_default_smpl_entry_t; } pfm_default_smpl_entry_t;

View File

@ -3289,7 +3289,7 @@ typedef ii_icrb0_e_u_t icrbe_t;
#define IIO_IIDSR_LVL_SHIFT 0 #define IIO_IIDSR_LVL_SHIFT 0
#define IIO_IIDSR_LVL_MASK 0x000000ff #define IIO_IIDSR_LVL_MASK 0x000000ff
/* Xtalk timeout threshhold register (IIO_IXTT) */ /* Xtalk timeout threshold register (IIO_IXTT) */
#define IXTT_RRSP_TO_SHFT 55 /* read response timeout */ #define IXTT_RRSP_TO_SHFT 55 /* read response timeout */
#define IXTT_RRSP_TO_MASK (0x1FULL << IXTT_RRSP_TO_SHFT) #define IXTT_RRSP_TO_MASK (0x1FULL << IXTT_RRSP_TO_SHFT)
#define IXTT_RRSP_PS_SHFT 32 /* read responsed TO prescalar */ #define IXTT_RRSP_PS_SHFT 32 /* read responsed TO prescalar */

View File

@ -84,7 +84,7 @@ static int __init esi_init (void)
case ESI_DESC_ENTRY_POINT: case ESI_DESC_ENTRY_POINT:
break; break;
default: default:
printk(KERN_WARNING "Unkown table type %d found in " printk(KERN_WARNING "Unknown table type %d found in "
"ESI table, ignoring rest of table\n", *p); "ESI table, ignoring rest of table\n", *p);
return -ENODEV; return -ENODEV;
} }

View File

@ -3523,7 +3523,7 @@ pfm_use_debug_registers(struct task_struct *task)
* IA64_THREAD_DBG_VALID set. This indicates a task which was * IA64_THREAD_DBG_VALID set. This indicates a task which was
* able to use the debug registers for debugging purposes via * able to use the debug registers for debugging purposes via
* ptrace(). Therefore we know it was not using them for * ptrace(). Therefore we know it was not using them for
* perfmormance monitoring, so we only decrement the number * performance monitoring, so we only decrement the number
* of "ptraced" debug register users to keep the count up to date * of "ptraced" debug register users to keep the count up to date
*/ */
int int

View File

@ -753,7 +753,7 @@ fovfl_ovfl_on:
bra.l _real_ovfl bra.l _real_ovfl
# overflow occurred but is disabled. meanwhile, inexact is enabled. therefore, # overflow occurred but is disabled. meanwhile, inexact is enabled. Therefore,
# we must jump to real_inex(). # we must jump to real_inex().
fovfl_inex_on: fovfl_inex_on:
@ -1015,7 +1015,7 @@ funfl_unfl_on2:
bra.l _real_unfl bra.l _real_unfl
# undeflow occurred but is disabled. meanwhile, inexact is enabled. therefore, # underflow occurred but is disabled. meanwhile, inexact is enabled. Therefore,
# we must jump to real_inex(). # we must jump to real_inex().
funfl_inex_on: funfl_inex_on:
@ -2963,7 +2963,7 @@ iea_disabled:
tst.w %d0 # is instr fmovm? tst.w %d0 # is instr fmovm?
bmi.b iea_dis_fmovm # yes bmi.b iea_dis_fmovm # yes
# instruction is using an extended precision immediate operand. therefore, # instruction is using an extended precision immediate operand. Therefore,
# the total instruction length is 16 bytes. # the total instruction length is 16 bytes.
iea_dis_immed: iea_dis_immed:
mov.l &0x10,%d0 # 16 bytes of instruction mov.l &0x10,%d0 # 16 bytes of instruction
@ -9624,7 +9624,7 @@ sok_dnrm:
bge.b sok_norm2 # thank goodness no bge.b sok_norm2 # thank goodness no
# the multiply factor that we're trying to create should be a denorm # the multiply factor that we're trying to create should be a denorm
# for the multiply to work. therefore, we're going to actually do a # for the multiply to work. Therefore, we're going to actually do a
# multiply with a denorm which will cause an unimplemented data type # multiply with a denorm which will cause an unimplemented data type
# exception to be put into the machine which will be caught and corrected # exception to be put into the machine which will be caught and corrected
# later. we don't do this with the DENORMs above because this method # later. we don't do this with the DENORMs above because this method
@ -12216,7 +12216,7 @@ fin_sd_unfl_dis:
# #
# operand will underflow AND underflow or inexact is enabled. # operand will underflow AND underflow or inexact is enabled.
# therefore, we must return the result rounded to extended precision. # Therefore, we must return the result rounded to extended precision.
# #
fin_sd_unfl_ena: fin_sd_unfl_ena:
mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6) mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6)
@ -12746,7 +12746,7 @@ fdiv_zero_load_p:
# #
# The destination was In Range and the source was a ZERO. The result, # The destination was In Range and the source was a ZERO. The result,
# therefore, is an INF w/ the proper sign. # Therefore, is an INF w/ the proper sign.
# So, determine the sign and return a new INF (w/ the j-bit cleared). # So, determine the sign and return a new INF (w/ the j-bit cleared).
# #
global fdiv_inf_load # global for fsgldiv global fdiv_inf_load # global for fsgldiv
@ -12996,7 +12996,7 @@ fneg_sd_unfl_dis:
# #
# operand will underflow AND underflow is enabled. # operand will underflow AND underflow is enabled.
# therefore, we must return the result rounded to extended precision. # Therefore, we must return the result rounded to extended precision.
# #
fneg_sd_unfl_ena: fneg_sd_unfl_ena:
mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6) mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6)
@ -13611,7 +13611,7 @@ fabs_sd_unfl_dis:
# #
# operand will underflow AND underflow is enabled. # operand will underflow AND underflow is enabled.
# therefore, we must return the result rounded to extended precision. # Therefore, we must return the result rounded to extended precision.
# #
fabs_sd_unfl_ena: fabs_sd_unfl_ena:
mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6) mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6)
@ -14973,7 +14973,7 @@ fadd_zero_2:
# #
# the ZEROes have opposite signs: # the ZEROes have opposite signs:
# - therefore, we return +ZERO if the rounding modes are RN,RZ, or RP. # - Therefore, we return +ZERO if the rounding modes are RN,RZ, or RP.
# - -ZERO is returned in the case of RM. # - -ZERO is returned in the case of RM.
# #
fadd_zero_2_chk_rm: fadd_zero_2_chk_rm:
@ -15425,7 +15425,7 @@ fsub_zero_2:
# #
# the ZEROes have the same signs: # the ZEROes have the same signs:
# - therefore, we return +ZERO if the rounding mode is RN,RZ, or RP # - Therefore, we return +ZERO if the rounding mode is RN,RZ, or RP
# - -ZERO is returned in the case of RM. # - -ZERO is returned in the case of RM.
# #
fsub_zero_2_chk_rm: fsub_zero_2_chk_rm:
@ -15693,7 +15693,7 @@ fsqrt_sd_unfl_dis:
# #
# operand will underflow AND underflow is enabled. # operand will underflow AND underflow is enabled.
# therefore, we must return the result rounded to extended precision. # Therefore, we must return the result rounded to extended precision.
# #
fsqrt_sd_unfl_ena: fsqrt_sd_unfl_ena:
mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6) mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6)
@ -21000,7 +21000,7 @@ fout_pack_type:
tst.l %d0 tst.l %d0
bne.b fout_pack_set bne.b fout_pack_set
# "mantissa" is all zero which means that the answer is zero. but, the '040 # "mantissa" is all zero which means that the answer is zero. but, the '040
# algorithm allows the exponent to be non-zero. the 881/2 do not. therefore, # algorithm allows the exponent to be non-zero. the 881/2 do not. Therefore,
# if the mantissa is zero, I will zero the exponent, too. # if the mantissa is zero, I will zero the exponent, too.
# the question now is whether the exponents sign bit is allowed to be non-zero # the question now is whether the exponents sign bit is allowed to be non-zero
# for a zero, also... # for a zero, also...
@ -21743,7 +21743,7 @@ denorm_set_stky:
rts rts
# # # #
# dnrm_lp(): normalize exponent/mantissa to specified threshhold # # dnrm_lp(): normalize exponent/mantissa to specified threshold #
# # # #
# INPUT: # # INPUT: #
# %a0 : points to the operand to be denormalized # # %a0 : points to the operand to be denormalized #
@ -22402,7 +22402,7 @@ unnorm_shift:
bgt.b unnorm_nrm_zero # yes; denorm only until exp = 0 bgt.b unnorm_nrm_zero # yes; denorm only until exp = 0
# #
# exponent would not go < 0. therefore, number stays normalized # exponent would not go < 0. Therefore, number stays normalized
# #
sub.w %d0, %d1 # shift exponent value sub.w %d0, %d1 # shift exponent value
mov.w FTEMP_EX(%a0), %d0 # load old exponent mov.w FTEMP_EX(%a0), %d0 # load old exponent

View File

@ -752,7 +752,7 @@ fovfl_ovfl_on:
bra.l _real_ovfl bra.l _real_ovfl
# overflow occurred but is disabled. meanwhile, inexact is enabled. therefore, # overflow occurred but is disabled. meanwhile, inexact is enabled. Therefore,
# we must jump to real_inex(). # we must jump to real_inex().
fovfl_inex_on: fovfl_inex_on:
@ -1014,7 +1014,7 @@ funfl_unfl_on2:
bra.l _real_unfl bra.l _real_unfl
# undeflow occurred but is disabled. meanwhile, inexact is enabled. therefore, # underflow occurred but is disabled. meanwhile, inexact is enabled. Therefore,
# we must jump to real_inex(). # we must jump to real_inex().
funfl_inex_on: funfl_inex_on:
@ -2962,7 +2962,7 @@ iea_disabled:
tst.w %d0 # is instr fmovm? tst.w %d0 # is instr fmovm?
bmi.b iea_dis_fmovm # yes bmi.b iea_dis_fmovm # yes
# instruction is using an extended precision immediate operand. therefore, # instruction is using an extended precision immediate operand. Therefore,
# the total instruction length is 16 bytes. # the total instruction length is 16 bytes.
iea_dis_immed: iea_dis_immed:
mov.l &0x10,%d0 # 16 bytes of instruction mov.l &0x10,%d0 # 16 bytes of instruction
@ -5865,7 +5865,7 @@ denorm_set_stky:
rts rts
# # # #
# dnrm_lp(): normalize exponent/mantissa to specified threshhold # # dnrm_lp(): normalize exponent/mantissa to specified threshold #
# # # #
# INPUT: # # INPUT: #
# %a0 : points to the operand to be denormalized # # %a0 : points to the operand to be denormalized #
@ -6524,7 +6524,7 @@ unnorm_shift:
bgt.b unnorm_nrm_zero # yes; denorm only until exp = 0 bgt.b unnorm_nrm_zero # yes; denorm only until exp = 0
# #
# exponent would not go < 0. therefore, number stays normalized # exponent would not go < 0. Therefore, number stays normalized
# #
sub.w %d0, %d1 # shift exponent value sub.w %d0, %d1 # shift exponent value
mov.w FTEMP_EX(%a0), %d0 # load old exponent mov.w FTEMP_EX(%a0), %d0 # load old exponent
@ -7901,7 +7901,7 @@ fout_pack_type:
tst.l %d0 tst.l %d0
bne.b fout_pack_set bne.b fout_pack_set
# "mantissa" is all zero which means that the answer is zero. but, the '040 # "mantissa" is all zero which means that the answer is zero. but, the '040
# algorithm allows the exponent to be non-zero. the 881/2 do not. therefore, # algorithm allows the exponent to be non-zero. the 881/2 do not. Therefore,
# if the mantissa is zero, I will zero the exponent, too. # if the mantissa is zero, I will zero the exponent, too.
# the question now is whether the exponents sign bit is allowed to be non-zero # the question now is whether the exponents sign bit is allowed to be non-zero
# for a zero, also... # for a zero, also...
@ -8647,7 +8647,7 @@ fin_sd_unfl_dis:
# #
# operand will underflow AND underflow or inexact is enabled. # operand will underflow AND underflow or inexact is enabled.
# therefore, we must return the result rounded to extended precision. # Therefore, we must return the result rounded to extended precision.
# #
fin_sd_unfl_ena: fin_sd_unfl_ena:
mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6) mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6)
@ -9177,7 +9177,7 @@ fdiv_zero_load_p:
# #
# The destination was In Range and the source was a ZERO. The result, # The destination was In Range and the source was a ZERO. The result,
# therefore, is an INF w/ the proper sign. # Therefore, is an INF w/ the proper sign.
# So, determine the sign and return a new INF (w/ the j-bit cleared). # So, determine the sign and return a new INF (w/ the j-bit cleared).
# #
global fdiv_inf_load # global for fsgldiv global fdiv_inf_load # global for fsgldiv
@ -9427,7 +9427,7 @@ fneg_sd_unfl_dis:
# #
# operand will underflow AND underflow is enabled. # operand will underflow AND underflow is enabled.
# therefore, we must return the result rounded to extended precision. # Therefore, we must return the result rounded to extended precision.
# #
fneg_sd_unfl_ena: fneg_sd_unfl_ena:
mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6) mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6)
@ -10042,7 +10042,7 @@ fabs_sd_unfl_dis:
# #
# operand will underflow AND underflow is enabled. # operand will underflow AND underflow is enabled.
# therefore, we must return the result rounded to extended precision. # Therefore, we must return the result rounded to extended precision.
# #
fabs_sd_unfl_ena: fabs_sd_unfl_ena:
mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6) mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6)
@ -11404,7 +11404,7 @@ fadd_zero_2:
# #
# the ZEROes have opposite signs: # the ZEROes have opposite signs:
# - therefore, we return +ZERO if the rounding modes are RN,RZ, or RP. # - Therefore, we return +ZERO if the rounding modes are RN,RZ, or RP.
# - -ZERO is returned in the case of RM. # - -ZERO is returned in the case of RM.
# #
fadd_zero_2_chk_rm: fadd_zero_2_chk_rm:
@ -11856,7 +11856,7 @@ fsub_zero_2:
# #
# the ZEROes have the same signs: # the ZEROes have the same signs:
# - therefore, we return +ZERO if the rounding mode is RN,RZ, or RP # - Therefore, we return +ZERO if the rounding mode is RN,RZ, or RP
# - -ZERO is returned in the case of RM. # - -ZERO is returned in the case of RM.
# #
fsub_zero_2_chk_rm: fsub_zero_2_chk_rm:
@ -12124,7 +12124,7 @@ fsqrt_sd_unfl_dis:
# #
# operand will underflow AND underflow is enabled. # operand will underflow AND underflow is enabled.
# therefore, we must return the result rounded to extended precision. # Therefore, we must return the result rounded to extended precision.
# #
fsqrt_sd_unfl_ena: fsqrt_sd_unfl_ena:
mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6) mov.l FP_SCR0_HI(%a6),FP_SCR1_HI(%a6)

View File

@ -145,7 +145,7 @@ struct bi_record {
/* /*
* Macintosh hardware profile data - unused, see macintosh.h for * Macintosh hardware profile data - unused, see macintosh.h for
* resonable type values * reasonable type values
*/ */
#define BI_MAC_VIA1BASE 0x8010 /* Mac VIA1 base address (always present) */ #define BI_MAC_VIA1BASE 0x8010 /* Mac VIA1 base address (always present) */

View File

@ -9,7 +9,7 @@
* It is based on demo code originally Copyright 2001 by Intel Corp, taken from * It is based on demo code originally Copyright 2001 by Intel Corp, taken from
* http://www.embedded.com/showArticle.jhtml?articleID=19205567 * http://www.embedded.com/showArticle.jhtml?articleID=19205567
* *
* Attempts were made, unsuccesfully, to contact the original * Attempts were made, unsuccessfully, to contact the original
* author of this code (Michael Morrow, Intel). Below is the original * author of this code (Michael Morrow, Intel). Below is the original
* copyright notice. * copyright notice.
* *

View File

@ -9,7 +9,7 @@
* It is based on demo code originally Copyright 2001 by Intel Corp, taken from * It is based on demo code originally Copyright 2001 by Intel Corp, taken from
* http://www.embedded.com/showArticle.jhtml?articleID=19205567 * http://www.embedded.com/showArticle.jhtml?articleID=19205567
* *
* Attempts were made, unsuccesfully, to contact the original * Attempts were made, unsuccessfully, to contact the original
* author of this code (Michael Morrow, Intel). Below is the original * author of this code (Michael Morrow, Intel). Below is the original
* copyright notice. * copyright notice.
* *

View File

@ -9,7 +9,7 @@
* It is based on demo code originally Copyright 2001 by Intel Corp, taken from * It is based on demo code originally Copyright 2001 by Intel Corp, taken from
* http://www.embedded.com/showArticle.jhtml?articleID=19205567 * http://www.embedded.com/showArticle.jhtml?articleID=19205567
* *
* Attempts were made, unsuccesfully, to contact the original * Attempts were made, unsuccessfully, to contact the original
* author of this code (Michael Morrow, Intel). Below is the original * author of this code (Michael Morrow, Intel). Below is the original
* copyright notice. * copyright notice.
* *

View File

@ -24,7 +24,7 @@
/* BIG FAT WARNING: races danger! /* BIG FAT WARNING: races danger!
No protections exist here. Current users are only early init code, No protections exist here. Current users are only early init code,
when locking is not needed because no cuncurency yet exists there, when locking is not needed because no concurrency yet exists there,
and GPIO IRQ dispatcher, which does locking. and GPIO IRQ dispatcher, which does locking.
However, if many uses will ever happen, proper locking will be needed However, if many uses will ever happen, proper locking will be needed
- including locking between different uses - including locking between different uses

View File

@ -164,7 +164,7 @@ struct sgioc_regs {
u32 _unused5; u32 _unused5;
u8 _write[3]; u8 _write[3];
volatile u8 write; volatile u8 write;
#define SGIOC_WRITE_NTHRESH 0x01 /* use 4.5db threshhold */ #define SGIOC_WRITE_NTHRESH 0x01 /* use 4.5db threshold */
#define SGIOC_WRITE_TPSPEED 0x02 /* use 100ohm TP speed */ #define SGIOC_WRITE_TPSPEED 0x02 /* use 100ohm TP speed */
#define SGIOC_WRITE_EPSEL 0x04 /* force cable mode: 1=AUI 0=TP */ #define SGIOC_WRITE_EPSEL 0x04 /* force cable mode: 1=AUI 0=TP */
#define SGIOC_WRITE_EASEL 0x08 /* 1=autoselect 0=manual cable selection */ #define SGIOC_WRITE_EASEL 0x08 /* 1=autoselect 0=manual cable selection */

View File

@ -212,7 +212,7 @@
#define G_MAC_TXD_WEIGHT1(x) _SB_GETVALUE(x, S_MAC_TXD_WEIGHT1, M_MAC_TXD_WEIGHT1) #define G_MAC_TXD_WEIGHT1(x) _SB_GETVALUE(x, S_MAC_TXD_WEIGHT1, M_MAC_TXD_WEIGHT1)
/* /*
* MAC Fifo Threshhold registers (Table 9-14) * MAC Fifo Threshold registers (Table 9-14)
* Register: MAC_THRSH_CFG_0 * Register: MAC_THRSH_CFG_0
* Register: MAC_THRSH_CFG_1 * Register: MAC_THRSH_CFG_1
* Register: MAC_THRSH_CFG_2 * Register: MAC_THRSH_CFG_2

View File

@ -825,7 +825,7 @@ typedef union iprb_u {
struct { struct {
u64 rsvd1: 15, u64 rsvd1: 15,
error: 1, /* Widget rcvd wr resp pkt w/ error */ error: 1, /* Widget rcvd wr resp pkt w/ error */
ovflow: 5, /* Over flow count. perf measurement */ ovflow: 5, /* Overflow count. perf measurement */
fire_and_forget: 1, /* Launch Write without response */ fire_and_forget: 1, /* Launch Write without response */
mode: 2, /* Widget operation Mode */ mode: 2, /* Widget operation Mode */
rsvd2: 2, rsvd2: 2,

View File

@ -1331,7 +1331,7 @@ void smtc_get_new_mmu_context(struct mm_struct *mm, unsigned long cpu)
if (!((asid += ASID_INC) & ASID_MASK) ) { if (!((asid += ASID_INC) & ASID_MASK) ) {
if (cpu_has_vtag_icache) if (cpu_has_vtag_icache)
flush_icache_all(); flush_icache_all();
/* Traverse all online CPUs (hack requires contigous range) */ /* Traverse all online CPUs (hack requires contiguous range) */
for_each_online_cpu(i) { for_each_online_cpu(i) {
/* /*
* We don't need to worry about our own CPU, nor those of * We don't need to worry about our own CPU, nor those of

View File

@ -110,7 +110,7 @@ ieee754dp ieee754dp_sub(ieee754dp x, ieee754dp y)
case CLPAIR(IEEE754_CLASS_DNORM, IEEE754_CLASS_DNORM): case CLPAIR(IEEE754_CLASS_DNORM, IEEE754_CLASS_DNORM):
DPDNORMX; DPDNORMX;
/* FAAL THOROUGH */ /* FALL THROUGH */
case CLPAIR(IEEE754_CLASS_NORM, IEEE754_CLASS_DNORM): case CLPAIR(IEEE754_CLASS_NORM, IEEE754_CLASS_DNORM):
/* normalize ym,ye */ /* normalize ym,ye */

View File

@ -117,7 +117,7 @@ unsigned long __init smsc_fdc37m81x_init(unsigned long port)
if (chip_id == SMSC_FDC37M81X_CHIP_ID) if (chip_id == SMSC_FDC37M81X_CHIP_ID)
smsc_fdc37m81x_config_end(); smsc_fdc37m81x_config_end();
else { else {
printk(KERN_WARNING "%s: unknow chip id 0x%02x\n", __func__, printk(KERN_WARNING "%s: unknown chip id 0x%02x\n", __func__,
chip_id); chip_id);
g_smsc_fdc37m81x_base = 0; g_smsc_fdc37m81x_base = 0;
} }

View File

@ -39,7 +39,7 @@
#define PMRN_PMLCB2 0x112 /* PM Local Control B2 */ #define PMRN_PMLCB2 0x112 /* PM Local Control B2 */
#define PMRN_PMLCB3 0x113 /* PM Local Control B3 */ #define PMRN_PMLCB3 0x113 /* PM Local Control B3 */
#define PMLCB_THRESHMUL_MASK 0x0700 /* Threshhold Multiple Field */ #define PMLCB_THRESHMUL_MASK 0x0700 /* Threshold Multiple Field */
#define PMLCB_THRESHMUL_SHIFT 8 #define PMLCB_THRESHMUL_SHIFT 8
#define PMLCB_THRESHOLD_MASK 0x003f /* Threshold Field */ #define PMLCB_THRESHOLD_MASK 0x003f /* Threshold Field */

View File

@ -52,7 +52,7 @@ static struct hard_trap_info
{ 0x2030, 0x08 /* SIGFPE */ }, /* spe fp data */ { 0x2030, 0x08 /* SIGFPE */ }, /* spe fp data */
{ 0x2040, 0x08 /* SIGFPE */ }, /* spe fp data */ { 0x2040, 0x08 /* SIGFPE */ }, /* spe fp data */
{ 0x2050, 0x08 /* SIGFPE */ }, /* spe fp round */ { 0x2050, 0x08 /* SIGFPE */ }, /* spe fp round */
{ 0x2060, 0x0e /* SIGILL */ }, /* performace monitor */ { 0x2060, 0x0e /* SIGILL */ }, /* performance monitor */
{ 0x2900, 0x08 /* SIGFPE */ }, /* apu unavailable */ { 0x2900, 0x08 /* SIGFPE */ }, /* apu unavailable */
{ 0x3100, 0x0e /* SIGALRM */ }, /* fixed interval timer */ { 0x3100, 0x0e /* SIGALRM */ }, /* fixed interval timer */
{ 0x3200, 0x02 /* SIGINT */ }, /* watchdog */ { 0x3200, 0x02 /* SIGINT */ }, /* watchdog */

View File

@ -59,7 +59,7 @@ void set_thresholds(unsigned long cpu)
mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TIE | THRM1_TID); mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TIE | THRM1_TID);
/* setup THRM2, /* setup THRM2,
* threshold, valid bit, enable interrupts, interrupt when above threshhold * threshold, valid bit, enable interrupts, interrupt when above threshold
*/ */
mtspr (SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | THRM1_TIE); mtspr (SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | THRM1_TIE);
#else #else

View File

@ -1594,7 +1594,7 @@ static void cell_handle_interrupt_spu(struct pt_regs *regs,
* to a latch. The new values (interrupt setting bits, reset * to a latch. The new values (interrupt setting bits, reset
* counter value etc.) are not copied to the actual registers * counter value etc.) are not copied to the actual registers
* until the performance monitor is enabled. In order to get * until the performance monitor is enabled. In order to get
* this to work as desired, the permormance monitor needs to * this to work as desired, the performance monitor needs to
* be disabled while writing to the latches. This is a * be disabled while writing to the latches. This is a
* HW design issue. * HW design issue.
*/ */
@ -1668,7 +1668,7 @@ static void cell_handle_interrupt_ppu(struct pt_regs *regs,
* to a latch. The new values (interrupt setting bits, reset * to a latch. The new values (interrupt setting bits, reset
* counter value etc.) are not copied to the actual registers * counter value etc.) are not copied to the actual registers
* until the performance monitor is enabled. In order to get * until the performance monitor is enabled. In order to get
* this to work as desired, the permormance monitor needs to * this to work as desired, the performance monitor needs to
* be disabled while writing to the latches. This is a * be disabled while writing to the latches. This is a
* HW design issue. * HW design issue.
*/ */

View File

@ -100,7 +100,7 @@ const struct of_device_id mpc52xx_pci_ids[] __initdata = {
}; };
/* ======================================================================== */ /* ======================================================================== */
/* PCI configuration acess */ /* PCI configuration access */
/* ======================================================================== */ /* ======================================================================== */
static int static int

View File

@ -302,7 +302,7 @@ static void __init setup_chaos(struct pci_controller *hose,
* 1 -> Skip the device but act as if the access was successfull * 1 -> Skip the device but act as if the access was successfull
* (return 0xff's on reads, eventually, cache config space * (return 0xff's on reads, eventually, cache config space
* accesses in a later version) * accesses in a later version)
* -1 -> Hide the device (unsuccessful acess) * -1 -> Hide the device (unsuccessful access)
*/ */
static int u3_ht_skip_device(struct pci_controller *hose, static int u3_ht_skip_device(struct pci_controller *hose,
struct pci_bus *bus, unsigned int devfn) struct pci_bus *bus, unsigned int devfn)

View File

@ -160,7 +160,7 @@ static int dart_build(struct iommu_table *tbl, long index,
dp = ((unsigned int*)tbl->it_base) + index; dp = ((unsigned int*)tbl->it_base) + index;
/* On U3, all memory is contigous, so we can move this /* On U3, all memory is contiguous, so we can move this
* out of the loop. * out of the loop.
*/ */
l = npages; l = npages;

View File

@ -2088,7 +2088,7 @@ int math_emu_ldr(__u8 *opcode) {
__u16 opc = *((__u16 *) opcode); __u16 opc = *((__u16 *) opcode);
if ((opc & 0x90) == 0) { /* test if rx in {0,2,4,6} */ if ((opc & 0x90) == 0) { /* test if rx in {0,2,4,6} */
/* we got an exception therfore ry can't be in {0,2,4,6} */ /* we got an exception therefore ry can't be in {0,2,4,6} */
asm volatile( /* load rx from fp_regs.fprs[ry] */ asm volatile( /* load rx from fp_regs.fprs[ry] */
" bras 1,0f\n" " bras 1,0f\n"
" ld 0,0(%1)\n" " ld 0,0(%1)\n"
@ -2118,7 +2118,7 @@ int math_emu_ler(__u8 *opcode) {
__u16 opc = *((__u16 *) opcode); __u16 opc = *((__u16 *) opcode);
if ((opc & 0x90) == 0) { /* test if rx in {0,2,4,6} */ if ((opc & 0x90) == 0) { /* test if rx in {0,2,4,6} */
/* we got an exception therfore ry can't be in {0,2,4,6} */ /* we got an exception therefore ry can't be in {0,2,4,6} */
asm volatile( /* load rx from fp_regs.fprs[ry] */ asm volatile( /* load rx from fp_regs.fprs[ry] */
" bras 1,0f\n" " bras 1,0f\n"
" le 0,0(%1)\n" " le 0,0(%1)\n"

View File

@ -12,9 +12,9 @@
#include <linux/types.h> #include <linux/types.h>
/* /*
* FIXME: Acessing the desc_struct through its fields is more elegant, * FIXME: Accessing the desc_struct through its fields is more elegant,
* and should be the one valid thing to do. However, a lot of open code * and should be the one valid thing to do. However, a lot of open code
* still touches the a and b acessors, and doing this allow us to do it * still touches the a and b accessors, and doing this allow us to do it
* incrementally. We keep the signature as a struct, rather than an union, * incrementally. We keep the signature as a struct, rather than an union,
* so we can get rid of it transparently in the future -- glommer * so we can get rid of it transparently in the future -- glommer
*/ */

View File

@ -47,7 +47,7 @@ static inline void resume_map_numa_kva(pgd_t *pgd) {}
/* /*
* generic node memory support, the following assumptions apply: * generic node memory support, the following assumptions apply:
* *
* 1) memory comes in 64Mb contigious chunks which are either present or not * 1) memory comes in 64Mb contiguous chunks which are either present or not
* 2) we will not have more than 64Gb in total * 2) we will not have more than 64Gb in total
* *
* for now assume that 64Gb is max amount of RAM for whole system * for now assume that 64Gb is max amount of RAM for whole system

View File

@ -55,7 +55,7 @@
#define DESC_STATUS_SOURCE_TIMEOUT 3 #define DESC_STATUS_SOURCE_TIMEOUT 3
/* /*
* source side threshholds at which message retries print a warning * source side thresholds at which message retries print a warning
*/ */
#define SOURCE_TIMEOUT_LIMIT 20 #define SOURCE_TIMEOUT_LIMIT 20
#define DESTINATION_TIMEOUT_LIMIT 20 #define DESTINATION_TIMEOUT_LIMIT 20

View File

@ -1122,7 +1122,7 @@ static int __init acpi_parse_madt_ioapic_entries(void)
if (!acpi_sci_override_gsi) if (!acpi_sci_override_gsi)
acpi_sci_ioapic_setup(acpi_gbl_FADT.sci_interrupt, 0, 0); acpi_sci_ioapic_setup(acpi_gbl_FADT.sci_interrupt, 0, 0);
/* Fill in identity legacy mapings where no override */ /* Fill in identity legacy mappings where no override */
mp_config_acpi_legacy_irqs(); mp_config_acpi_legacy_irqs();
count = count =

View File

@ -1637,7 +1637,7 @@ retry:
goto out; goto out;
/* /*
* aperture was sucessfully enlarged by 128 MB, try * aperture was successfully enlarged by 128 MB, try
* allocation again * allocation again
*/ */
goto retry; goto retry;
@ -2396,7 +2396,7 @@ int __init amd_iommu_init_passthrough(void)
struct pci_dev *dev = NULL; struct pci_dev *dev = NULL;
u16 devid, devid2; u16 devid, devid2;
/* allocate passthroug domain */ /* allocate passthrough domain */
pt_domain = protection_domain_alloc(); pt_domain = protection_domain_alloc();
if (!pt_domain) if (!pt_domain)
return -ENOMEM; return -ENOMEM;

View File

@ -1229,7 +1229,7 @@ x86_perf_event_set_period(struct perf_event *event,
return 0; return 0;
/* /*
* If we are way outside a reasoable range then just skip forward: * If we are way outside a reasonable range then just skip forward:
*/ */
if (unlikely(left <= -period)) { if (unlikely(left <= -period)) {
left = period; left = period;

View File

@ -514,7 +514,7 @@ static int __kprobes reenter_kprobe(struct kprobe *p, struct pt_regs *regs,
/* /*
* Interrupts are disabled on entry as trap3 is an interrupt gate and they * Interrupts are disabled on entry as trap3 is an interrupt gate and they
* remain disabled thorough out this function. * remain disabled throughout this function.
*/ */
static int __kprobes kprobe_handler(struct pt_regs *regs) static int __kprobes kprobe_handler(struct pt_regs *regs)
{ {
@ -851,7 +851,7 @@ no_change:
/* /*
* Interrupts are disabled on entry as trap1 is an interrupt gate and they * Interrupts are disabled on entry as trap1 is an interrupt gate and they
* remain disabled thoroughout this function. * remain disabled throughout this function.
*/ */
static int __kprobes post_kprobe_handler(struct pt_regs *regs) static int __kprobes post_kprobe_handler(struct pt_regs *regs)
{ {

View File

@ -203,7 +203,7 @@ static void disarm_kmmio_fault_page(struct kmmio_fault_page *f)
*/ */
/* /*
* Interrupts are disabled on entry as trap3 is an interrupt gate * Interrupts are disabled on entry as trap3 is an interrupt gate
* and they remain disabled thorough out this function. * and they remain disabled throughout this function.
*/ */
int kmmio_handler(struct pt_regs *regs, unsigned long addr) int kmmio_handler(struct pt_regs *regs, unsigned long addr)
{ {
@ -302,7 +302,7 @@ no_kmmio:
/* /*
* Interrupts are disabled on entry as trap1 is an interrupt gate * Interrupts are disabled on entry as trap1 is an interrupt gate
* and they remain disabled thorough out this function. * and they remain disabled throughout this function.
* This must always get called as the pair to kmmio_handler(). * This must always get called as the pair to kmmio_handler().
*/ */
static int post_kmmio_handler(unsigned long condition, struct pt_regs *regs) static int post_kmmio_handler(unsigned long condition, struct pt_regs *regs)

View File

@ -28,7 +28,7 @@ static DEFINE_PER_CPU(struct list_head, blk_cpu_iopoll);
* Description: * Description:
* Add this blk_iopoll structure to the pending poll list and trigger the * Add this blk_iopoll structure to the pending poll list and trigger the
* raise of the blk iopoll softirq. The driver must already have gotten a * raise of the blk iopoll softirq. The driver must already have gotten a
* succesful return from blk_iopoll_sched_prep() before calling this. * successful return from blk_iopoll_sched_prep() before calling this.
**/ **/
void blk_iopoll_sched(struct blk_iopoll *iop) void blk_iopoll_sched(struct blk_iopoll *iop)
{ {

View File

@ -599,7 +599,7 @@ static const struct ich_laptop ich_laptop[] = {
{ 0x27DF, 0x1028, 0x02b0 }, /* ICH7 on unknown Dell */ { 0x27DF, 0x1028, 0x02b0 }, /* ICH7 on unknown Dell */
{ 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */ { 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */
{ 0x27DF, 0x103C, 0x30A1 }, /* ICH7 on HP Compaq nc2400 */ { 0x27DF, 0x103C, 0x30A1 }, /* ICH7 on HP Compaq nc2400 */
{ 0x27DF, 0x103C, 0x361a }, /* ICH7 on unkown HP */ { 0x27DF, 0x103C, 0x361a }, /* ICH7 on unknown HP */
{ 0x27DF, 0x1071, 0xD221 }, /* ICH7 on Hercules EC-900 */ { 0x27DF, 0x1071, 0xD221 }, /* ICH7 on Hercules EC-900 */
{ 0x27DF, 0x152D, 0x0778 }, /* ICH7 on unknown Intel */ { 0x27DF, 0x152D, 0x0778 }, /* ICH7 on unknown Intel */
{ 0x24CA, 0x1025, 0x0061 }, /* ICH4 on ACER Aspire 2023WLMi */ { 0x24CA, 0x1025, 0x0061 }, /* ICH4 on ACER Aspire 2023WLMi */

View File

@ -43,9 +43,9 @@ enum {
/* /*
* SATA-FSL host controller supports a max. of (15+1) direct PRDEs, and * SATA-FSL host controller supports a max. of (15+1) direct PRDEs, and
* chained indirect PRDEs upto a max count of 63. * chained indirect PRDEs upto a max count of 63.
* We are allocating an array of 63 PRDEs contigiously, but PRDE#15 will * We are allocating an array of 63 PRDEs contiguously, but PRDE#15 will
* be setup as an indirect descriptor, pointing to it's next * be setup as an indirect descriptor, pointing to it's next
* (contigious) PRDE. Though chained indirect PRDE arrays are * (contiguous) PRDE. Though chained indirect PRDE arrays are
* supported,it will be more efficient to use a direct PRDT and * supported,it will be more efficient to use a direct PRDT and
* a single chain/link to indirect PRDE array/PRDT. * a single chain/link to indirect PRDE array/PRDT.
*/ */
@ -314,7 +314,7 @@ static unsigned int sata_fsl_fill_sg(struct ata_queued_cmd *qc, void *cmd_desc,
u32 ttl_dwords = 0; u32 ttl_dwords = 0;
/* /*
* NOTE : direct & indirect prdt's are contigiously allocated * NOTE : direct & indirect prdt's are contiguously allocated
*/ */
struct prde *prd = (struct prde *)&((struct command_desc *) struct prde *prd = (struct prde *)&((struct command_desc *)
cmd_desc)->prdt; cmd_desc)->prdt;

View File

@ -1132,7 +1132,7 @@ static int rx_pkt(struct atm_dev *dev)
IF_ERR(printk(" cause: packet time out\n");) IF_ERR(printk(" cause: packet time out\n");)
} }
else { else {
IF_ERR(printk(" cause: buffer over flow\n");) IF_ERR(printk(" cause: buffer overflow\n");)
} }
goto out_free_desc; goto out_free_desc;
} }

View File

@ -188,7 +188,7 @@ EXPORT_SYMBOL_GPL(wait_for_device_probe);
* @dev: device to try to bind to the driver * @dev: device to try to bind to the driver
* *
* This function returns -ENODEV if the device is not registered, * This function returns -ENODEV if the device is not registered,
* 1 if the device is bound sucessfully and 0 otherwise. * 1 if the device is bound successfully and 0 otherwise.
* *
* This function must be called with @dev->sem held. When called for a * This function must be called with @dev->sem held. When called for a
* USB interface, @dev->parent->sem must be held as well. * USB interface, @dev->parent->sem must be held as well.

View File

@ -535,7 +535,7 @@ static int btmrvl_sdio_card_to_host(struct btmrvl_private *priv)
break; break;
default: default:
BT_ERR("Unknow packet type:%d", type); BT_ERR("Unknown packet type:%d", type);
print_hex_dump_bytes("", DUMP_PREFIX_OFFSET, payload, print_hex_dump_bytes("", DUMP_PREFIX_OFFSET, payload,
blksz * buf_block_len); blksz * buf_block_len);

View File

@ -214,7 +214,7 @@ static int hci_uart_send_frame(struct sk_buff *skb)
struct hci_uart *hu; struct hci_uart *hu;
if (!hdev) { if (!hdev) {
BT_ERR("Frame for uknown device (hdev=NULL)"); BT_ERR("Frame for unknown device (hdev=NULL)");
return -ENODEV; return -ENODEV;
} }

View File

@ -5,7 +5,7 @@
* *
* Added devfs support. * Added devfs support.
* Jan-11-1998, C. Scott Ananian <cananian@alumni.princeton.edu> * Jan-11-1998, C. Scott Ananian <cananian@alumni.princeton.edu>
* Shared /dev/zero mmaping support, Feb 2000, Kanoj Sarcar <kanoj@sgi.com> * Shared /dev/zero mmapping support, Feb 2000, Kanoj Sarcar <kanoj@sgi.com>
*/ */
#include <linux/mm.h> #include <linux/mm.h>

View File

@ -248,7 +248,7 @@ static const struct vm_operations_struct mspec_vm_ops = {
/* /*
* mspec_mmap * mspec_mmap
* *
* Called when mmaping the device. Initializes the vma with a fault handler * Called when mmapping the device. Initializes the vma with a fault handler
* and private data structure necessary to allocate, track, and free the * and private data structure necessary to allocate, track, and free the
* underlying pages. * underlying pages.
*/ */

View File

@ -602,7 +602,7 @@ static void receive_char(struct r3964_info *pInfo, const unsigned char c)
} }
break; break;
case R3964_WAIT_FOR_RX_REPEAT: case R3964_WAIT_FOR_RX_REPEAT:
/* FALLTROUGH */ /* FALLTHROUGH */
case R3964_IDLE: case R3964_IDLE:
if (c == STX) { if (c == STX) {
/* Prevent rx_queue from overflow: */ /* Prevent rx_queue from overflow: */

View File

@ -67,7 +67,7 @@
typedef struct COST_ROUTE COST_ROUTE; typedef struct COST_ROUTE COST_ROUTE;
struct COST_ROUTE { struct COST_ROUTE {
unsigned char cost; /* Cost down this link */ unsigned char cost; /* Cost down this link */
unsigned char route[NODE_BYTES]; /* Nodes thorough this route */ unsigned char route[NODE_BYTES]; /* Nodes through this route */
}; };
typedef struct ROUTE_STR ROUTE_STR; typedef struct ROUTE_STR ROUTE_STR;

View File

@ -863,7 +863,7 @@ static int hifn_init_pubrng(struct hifn_device *dev)
dev->dmareg |= HIFN_DMAIER_PUBDONE; dev->dmareg |= HIFN_DMAIER_PUBDONE;
hifn_write_1(dev, HIFN_1_DMA_IER, dev->dmareg); hifn_write_1(dev, HIFN_1_DMA_IER, dev->dmareg);
dprintk("Chip %s: Public key engine has been sucessfully " dprintk("Chip %s: Public key engine has been successfully "
"initialised.\n", dev->name); "initialised.\n", dev->name);
} }

View File

@ -99,7 +99,7 @@ static struct at_desc *atc_alloc_descriptor(struct dma_chan *chan,
} }
/** /**
* atc_desc_get - get a unsused descriptor from free_list * atc_desc_get - get an unused descriptor from free_list
* @atchan: channel we want a new descriptor for * @atchan: channel we want a new descriptor for
*/ */
static struct at_desc *atc_desc_get(struct at_dma_chan *atchan) static struct at_desc *atc_desc_get(struct at_dma_chan *atchan)

View File

@ -183,7 +183,7 @@ static inline struct fw_node *fw_node(struct list_head *l)
* This function builds the tree representation of the topology given * This function builds the tree representation of the topology given
* by the self IDs from the latest bus reset. During the construction * by the self IDs from the latest bus reset. During the construction
* of the tree, the function checks that the self IDs are valid and * of the tree, the function checks that the self IDs are valid and
* internally consistent. On succcess this function returns the * internally consistent. On success this function returns the
* fw_node corresponding to the local card otherwise NULL. * fw_node corresponding to the local card otherwise NULL.
*/ */
static struct fw_node *build_tree(struct fw_card *card, static struct fw_node *build_tree(struct fw_card *card,

View File

@ -272,7 +272,7 @@ EXPORT_SYMBOL(drm_mode_object_find);
* functions & device file and adds it to the master fd list. * functions & device file and adds it to the master fd list.
* *
* RETURNS: * RETURNS:
* Zero on success, error code on falure. * Zero on success, error code on failure.
*/ */
int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb,
const struct drm_framebuffer_funcs *funcs) const struct drm_framebuffer_funcs *funcs)
@ -2328,7 +2328,7 @@ int drm_mode_connector_property_set_ioctl(struct drm_device *dev,
} else if (connector->funcs->set_property) } else if (connector->funcs->set_property)
ret = connector->funcs->set_property(connector, property, out_resp->value); ret = connector->funcs->set_property(connector, property, out_resp->value);
/* store the property value if succesful */ /* store the property value if successful */
if (!ret) if (!ret)
drm_connector_property_set_value(connector, property, out_resp->value); drm_connector_property_set_value(connector, property, out_resp->value);
out: out:

View File

@ -1309,7 +1309,7 @@ out_free_list:
* i915_gem_release_mmap - remove physical page mappings * i915_gem_release_mmap - remove physical page mappings
* @obj: obj in question * @obj: obj in question
* *
* Preserve the reservation of the mmaping with the DRM core code, but * Preserve the reservation of the mmapping with the DRM core code, but
* relinquish ownership of the pages back to the system. * relinquish ownership of the pages back to the system.
* *
* It is vital that we remove the page mapping if we have mapped a tiled * It is vital that we remove the page mapping if we have mapped a tiled

View File

@ -70,7 +70,7 @@ static struct drm_fb_helper_funcs intel_fb_helper_funcs = {
/** /**
* Curretly it is assumed that the old framebuffer is reused. * Currently it is assumed that the old framebuffer is reused.
* *
* LOCKING * LOCKING
* caller should hold the mode config lock. * caller should hold the mode config lock.

View File

@ -2726,7 +2726,7 @@ bool intel_sdvo_init(struct drm_device *dev, int output_device)
/* Wrap with our custom algo which switches to DDC mode */ /* Wrap with our custom algo which switches to DDC mode */
intel_output->ddc_bus->algo = &intel_sdvo_i2c_bit_algo; intel_output->ddc_bus->algo = &intel_sdvo_i2c_bit_algo;
/* In defaut case sdvo lvds is false */ /* In default case sdvo lvds is false */
intel_sdvo_get_capabilities(intel_output, &sdvo_priv->caps); intel_sdvo_get_capabilities(intel_output, &sdvo_priv->caps);
if (intel_sdvo_output_setup(intel_output, if (intel_sdvo_output_setup(intel_output,

View File

@ -389,11 +389,11 @@ int r600_mc_init(struct radeon_device *rdev)
* AGP so that GPU can catch out of VRAM/AGP access * AGP so that GPU can catch out of VRAM/AGP access
*/ */
if (rdev->mc.gtt_location > rdev->mc.mc_vram_size) { if (rdev->mc.gtt_location > rdev->mc.mc_vram_size) {
/* Enought place before */ /* Enough place before */
rdev->mc.vram_location = rdev->mc.gtt_location - rdev->mc.vram_location = rdev->mc.gtt_location -
rdev->mc.mc_vram_size; rdev->mc.mc_vram_size;
} else if (tmp > rdev->mc.mc_vram_size) { } else if (tmp > rdev->mc.mc_vram_size) {
/* Enought place after */ /* Enough place after */
rdev->mc.vram_location = rdev->mc.gtt_location + rdev->mc.vram_location = rdev->mc.gtt_location +
rdev->mc.gtt_size; rdev->mc.gtt_size;
} else { } else {

View File

@ -59,7 +59,7 @@ static struct fb_ops radeonfb_ops = {
}; };
/** /**
* Curretly it is assumed that the old framebuffer is reused. * Currently it is assumed that the old framebuffer is reused.
* *
* LOCKING * LOCKING
* caller should hold the mode config lock. * caller should hold the mode config lock.

View File

@ -1950,7 +1950,7 @@ static void radeon_apply_surface_regs(int surf_index,
* Note that refcount can be at most 2, since during a free refcount=3 * Note that refcount can be at most 2, since during a free refcount=3
* might mean we have to allocate a new surface which might not always * might mean we have to allocate a new surface which might not always
* be available. * be available.
* For example : we allocate three contigous surfaces ABC. If B is * For example : we allocate three contiguous surfaces ABC. If B is
* freed, we suddenly need two surfaces to store A and C, which might * freed, we suddenly need two surfaces to store A and C, which might
* not always be available. * not always be available.
*/ */

View File

@ -372,7 +372,7 @@ static int radeon_bo_move(struct ttm_buffer_object *bo,
new_mem->mem_type == TTM_PL_SYSTEM) || new_mem->mem_type == TTM_PL_SYSTEM) ||
(old_mem->mem_type == TTM_PL_SYSTEM && (old_mem->mem_type == TTM_PL_SYSTEM &&
new_mem->mem_type == TTM_PL_TT)) { new_mem->mem_type == TTM_PL_TT)) {
/* bind is enought */ /* bind is enough */
radeon_move_null(bo, new_mem); radeon_move_null(bo, new_mem);
return 0; return 0;
} }

Some files were not shown because too many files have changed in this diff Show More