]> xenbits.xensource.com Git - mini-os.git/commitdiff
x86_64: don't unnecessarily export some entries
authorWei Liu <wei.liu2@citrix.com>
Thu, 25 Aug 2016 14:56:48 +0000 (15:56 +0100)
committerWei Liu <wei.liu2@citrix.com>
Fri, 26 Aug 2016 08:12:29 +0000 (09:12 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
arch/x86/x86_64.S

index 21fa61bf91b823666ba6256f6c56675339ef36dc..20461871958d4bd102fe5102b70e7ece60a08ad8 100644 (file)
@@ -165,7 +165,7 @@ KERNEL_CS_MASK = 0xfc
  * Exception entry point. This expects an error code/orig_rax on the stack
  * and the exception handler in %rax.  
  */                                            
-ENTRY(error_entry)
+error_entry:
        SAVE_ALL
 
        movq %rsp,%rdi
@@ -182,7 +182,7 @@ ENTRY(error_entry)
 ENTRY(hypervisor_callback)
        zeroentry hypervisor_callback2
 
-ENTRY(hypervisor_callback2)
+hypervisor_callback2:
        movq %rdi, %rsp
 
        /* check against event re-entrant */