Commit 73bb5117 authored by Andi Kleen's avatar Andi Kleen Committed by Andi Kleen

[PATCH] Remove unused asm-x86_64/mmx.h

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent fd167e42
#ifndef _ASM_MMX_H
#define _ASM_MMX_H
/*
* MMX 3Dnow! helper operations
*/
#include <linux/types.h>
extern void *_mmx_memcpy(void *to, const void *from, size_t size);
extern void mmx_clear_page(void *page);
extern void mmx_copy_page(void *to, void *from);
#endif
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