int rc;
if (end >= H_VMALLOC_START) {
- pr_warn("Outisde the supported range\n");
+ pr_warn("Outside the supported range\n");
return -1;
}
base, size, prot);
if ((base + size) >= H_VMALLOC_START) {
- pr_warn("Outisde the supported range\n");
+ pr_warn("Outside the supported range\n");
continue;
}
*/
if ((reg->base + reg->size) >= RADIX_VMALLOC_START) {
- pr_warn("Outisde the supported range\n");
+ pr_warn("Outside the supported range\n");
continue;
}
int __meminit radix__create_section_mapping(unsigned long start, unsigned long end, int nid)
{
if (end >= RADIX_VMALLOC_START) {
- pr_warn("Outisde the supported range\n");
+ pr_warn("Outside the supported range\n");
return -1;
}
int ret;
if ((start + page_size) >= RADIX_VMEMMAP_END) {
- pr_warn("Outisde the supported range\n");
+ pr_warn("Outside the supported range\n");
return -1;
}