Searched refs:spin_table_compat (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc85xx/
H A Drelease.S360 lis r3,(spin_table_compat - __second_half_boot_page)@h
361 ori r3,r3,(spin_table_compat - __second_half_boot_page)@l
403 * setting environmental variable "spin_table_compat". For new OSes, set
404 * "spin_table_compat=no". After Linux is fixed, we can remove this macro
491 .global spin_table_compat
492 spin_table_compat: label
H A Dcpu_init.c662 extern int spin_table_compat;
728 spin = env_get("spin_table_compat");
730 spin_table_compat = 0;
732 spin_table_compat = 1;

Completed in 90 milliseconds