Loading Documentation/i2o/ioctl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -185,7 +185,7 @@ VII. Getting Parameters ENOMEM Kernel memory allocation error ENOMEM Kernel memory allocation error A return value of 0 does not mean that the value was actually A return value of 0 does not mean that the value was actually properly retreived. The user should check the result list properly retrieved. The user should check the result list to determine the specific status of the transaction. to determine the specific status of the transaction. VIII. Downloading Software VIII. Downloading Software Loading arch/powerpc/kernel/prom.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -972,7 +972,7 @@ static int __init early_init_dt_scan_chosen(unsigned long node, #endif #endif #ifdef CONFIG_PPC_RTAS #ifdef CONFIG_PPC_RTAS /* To help early debugging via the front panel, we retreive a minimal /* To help early debugging via the front panel, we retrieve a minimal * set of RTAS infos now if available * set of RTAS infos now if available */ */ { { Loading arch/powerpc/kernel/rtas.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -632,7 +632,7 @@ void rtas_stop_self(void) } } /* /* * Call early during boot, before mem init or bootmem, to retreive the RTAS * Call early during boot, before mem init or bootmem, to retrieve the RTAS * informations from the device-tree and allocate the RMO buffer for userland * informations from the device-tree and allocate the RMO buffer for userland * accesses. * accesses. */ */ Loading arch/powerpc/kernel/setup_64.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -438,7 +438,7 @@ void __init setup_system(void) /* /* * Fill the ppc64_caches & systemcfg structures with informations * Fill the ppc64_caches & systemcfg structures with informations * retreived from the device-tree. Need to be called before * retrieved from the device-tree. Need to be called before * finish_device_tree() since the later requires some of the * finish_device_tree() since the later requires some of the * informations filled up here to properly parse the interrupt * informations filled up here to properly parse the interrupt * tree. * tree. Loading arch/powerpc/mm/hash_utils_64.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -368,7 +368,7 @@ static unsigned long __init htab_get_table_size(void) unsigned long mem_size, rnd_mem_size, pteg_count; unsigned long mem_size, rnd_mem_size, pteg_count; /* If hash size isn't already provided by the platform, we try to /* If hash size isn't already provided by the platform, we try to * retreive it from the device-tree. If it's not there neither, we * retrieve it from the device-tree. If it's not there neither, we * calculate it now based on the total RAM size * calculate it now based on the total RAM size */ */ if (ppc64_pft_size == 0) if (ppc64_pft_size == 0) Loading Loading
Documentation/i2o/ioctl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -185,7 +185,7 @@ VII. Getting Parameters ENOMEM Kernel memory allocation error ENOMEM Kernel memory allocation error A return value of 0 does not mean that the value was actually A return value of 0 does not mean that the value was actually properly retreived. The user should check the result list properly retrieved. The user should check the result list to determine the specific status of the transaction. to determine the specific status of the transaction. VIII. Downloading Software VIII. Downloading Software Loading
arch/powerpc/kernel/prom.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -972,7 +972,7 @@ static int __init early_init_dt_scan_chosen(unsigned long node, #endif #endif #ifdef CONFIG_PPC_RTAS #ifdef CONFIG_PPC_RTAS /* To help early debugging via the front panel, we retreive a minimal /* To help early debugging via the front panel, we retrieve a minimal * set of RTAS infos now if available * set of RTAS infos now if available */ */ { { Loading
arch/powerpc/kernel/rtas.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -632,7 +632,7 @@ void rtas_stop_self(void) } } /* /* * Call early during boot, before mem init or bootmem, to retreive the RTAS * Call early during boot, before mem init or bootmem, to retrieve the RTAS * informations from the device-tree and allocate the RMO buffer for userland * informations from the device-tree and allocate the RMO buffer for userland * accesses. * accesses. */ */ Loading
arch/powerpc/kernel/setup_64.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -438,7 +438,7 @@ void __init setup_system(void) /* /* * Fill the ppc64_caches & systemcfg structures with informations * Fill the ppc64_caches & systemcfg structures with informations * retreived from the device-tree. Need to be called before * retrieved from the device-tree. Need to be called before * finish_device_tree() since the later requires some of the * finish_device_tree() since the later requires some of the * informations filled up here to properly parse the interrupt * informations filled up here to properly parse the interrupt * tree. * tree. Loading
arch/powerpc/mm/hash_utils_64.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -368,7 +368,7 @@ static unsigned long __init htab_get_table_size(void) unsigned long mem_size, rnd_mem_size, pteg_count; unsigned long mem_size, rnd_mem_size, pteg_count; /* If hash size isn't already provided by the platform, we try to /* If hash size isn't already provided by the platform, we try to * retreive it from the device-tree. If it's not there neither, we * retrieve it from the device-tree. If it's not there neither, we * calculate it now based on the total RAM size * calculate it now based on the total RAM size */ */ if (ppc64_pft_size == 0) if (ppc64_pft_size == 0) Loading