Skip to content

Commit

Permalink
kvm: powerpc: book3s: remove kvmppc_handler_highmem label
Browse files Browse the repository at this point in the history
This label is not used now.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
  • Loading branch information
Paul Mackerras authored and Alexander Graf committed Oct 17, 2013
1 parent ce11e48 commit 178db62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions arch/powerpc/kvm/book3s_hv_interrupts.S
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ END_FTR_SECTION_IFSET(CPU_FTR_ARCH_201)
* Interrupts are enabled again at this point.
*/

.global kvmppc_handler_highmem
kvmppc_handler_highmem:

/*
* Register usage at this point:
*
Expand Down
3 changes: 0 additions & 3 deletions arch/powerpc/kvm/book3s_interrupts.S
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ kvm_start_lightweight:
*
*/

.global kvmppc_handler_highmem
kvmppc_handler_highmem:

/*
* Register usage at this point:
*
Expand Down

0 comments on commit 178db62

Please sign in to comment.