Browse Source

Fix prologue of power9 assembly cdot(c) kernel to provide cdotc

tags/v0.3.8^2
Martin Kroeker GitHub 6 years ago
parent
commit
596a22325a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      kernel/power/cdot_power9.S

+ 7
- 1
kernel/power/cdot_power9.S View File

@@ -1,10 +1,16 @@
.file "cdot.c"
#define ASSEMBLER
#include "common.h"
/*
.file "cdot.c"
.abiversion 2
.section ".text"
.align 2
.p2align 4,,15
.globl cdot_k
.type cdot_k, @function
*/
PROLOGUE
cdot_k:
.LCF0:
0: addis 2,12,.TOC.-.LCF0@ha


Loading…
Cancel
Save