Subversion Repositories HelenOS-historic

Rev

Rev 694 | Rev 820 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 694 Rev 696
Line 50... Line 50...
50
 
50
 
51
		*(.bss);		/* uninitialized static variables */
51
		*(.bss);		/* uninitialized static variables */
52
 
52
 
53
		kdata_end = .;
53
		kdata_end = .;
54
	}
54
	}
-
 
55
	
-
 
56
#ifdef CONFIG_SMP	
-
 
57
	
-
 
58
	_hardcoded_unmapped_size = (unmapped_ktext_end - unmapped_ktext_start) + (unmapped_kdata_end - unmapped_kdata_start);
-
 
59
	ap_boot = unmapped_ap_boot - BOOT_OFFSET + AP_BOOT_OFFSET;
-
 
60
	ap_gdtr = unmapped_ap_gdtr - BOOT_OFFSET + AP_BOOT_OFFSET;
-
 
61
	protected_ap_gdtr = PA2KA(ap_gdtr);
-
 
62
 
-
 
63
#endif /* CONFIG_SMP */
-
 
64
 
55
}
65
}