[Qemu-devel] [PATCH 3/3] risu_ppc64le: remove aarch64 related comments

Nikunj A Dadhania posted 3 patches 8 years, 12 months ago
[Qemu-devel] [PATCH 3/3] risu_ppc64le: remove aarch64 related comments
Posted by Nikunj A Dadhania 8 years, 12 months ago
Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
---
 risugen_ppc64.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/risugen_ppc64.pm b/risugen_ppc64.pm
index 03f9317..f208a54 100644
--- a/risugen_ppc64.pm
+++ b/risugen_ppc64.pm
@@ -84,8 +84,6 @@ sub write_sxt32($$)
 
 sub write_mov_ri($$)
 {
-    # We always use a MOVW/MOVT pair, for simplicity.
-    # on aarch64, we use a MOVZ/MOVK pair.
     my ($rd, $imm) = @_;
 
     if (($imm >> 16) & 0xffff) {
-- 
2.7.4