arch/arm/mach-omap2/omap-hotplug.c

Source file repositories/reference/linux-study-clean/arch/arm/mach-omap2/omap-hotplug.c

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-omap2/omap-hotplug.c
Extension
.c
Size
1459 bytes
Lines
70
Domain
Architecture Layer
Bucket
arch/arm
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

if (boot_cpu == smp_processor_id()) {
			/*
			 * OK, proper wakeup, we're done
			 */
			break;
		}
		pr_debug("CPU%u: spurious wakeup call\n", cpu);
	}
}

/* Needed by kexec and platform_can_cpu_hotplug() */
int omap4_cpu_kill(unsigned int cpu)
{
	return 1;
}

Annotation

Implementation Notes