Revision aa2dfb372a2a647beedac163ce6f8b0fcbefac29 authored by Chris Mason on 22 May 2011, 16:36:34 UTC, committed by Chris Mason on 22 May 2011, 16:36:34 UTC
2 parent s 945d896 + 73c5de0
Raw File
changebit.S
/*
 *  linux/arch/arm/lib/changebit.S
 *
 *  Copyright (C) 1995-1996 Russell King
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */
#include <linux/linkage.h>
#include <asm/assembler.h>
#include "bitops.h"
                .text

ENTRY(_change_bit)
	bitop	eor
ENDPROC(_change_bit)
back to top