Commit 6d92fcdd authored by David Mosberger's avatar David Mosberger

ia64: Add missing .prologue directive to ip_fast_csum().

parent f2413334
......@@ -28,6 +28,7 @@
#define ret0 r8
GLOBAL_ENTRY(ip_fast_csum)
.prologue
.body
cmp.ne p6,p7=5,in1 // size other than 20 byte?
and r14=3,in0 // is it aligned on 4-byte?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment