Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 2114 → Rev 2115

/trunk/kernel/generic/src/cpu/cpu.c
56,7 → 56,7
*
*/
void cpu_init(void) {
int i, j;
unsigned int i, j;
#ifdef CONFIG_SMP
if (config.cpu_active == 1) {
98,7 → 98,7
/** List all processors. */
void cpu_list(void)
{
int i;
unsigned int i;
 
for (i = 0; i < config.cpu_count; i++) {
if (cpus[i].active)