* rework tsc based timer code to use inb instead of outb for calibration
[coreboot.git] / src / cpu / x86 / lapic / lapic_cpu_init.c
index 4f910d0caf59365f08c117494160deae1d71498d..6d912e62d403ccfa432d8f8c8a70466f9b0fa96b 100644 (file)
@@ -55,7 +55,7 @@ static void copy_secondary_start_to_1m_below(void)
        /* need to save it for RAM resume */
        lowmem_backup_size = code_size;
        lowmem_backup = malloc(code_size);
-       lowmem_backup_ptr = (unsigned char *)start_eip;
+       lowmem_backup_ptr = (char *)start_eip;
        
        if (lowmem_backup == NULL)
                die("Out of backup memory\n");