https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 129213d4d24e6a0e63571215c809b1949e452f47 authored by Jason Self on 15 August 2013, 05:59:53 UTC
Linux-libre 3.10.7-gnu
Tip revision: 129213d
clearbit.S
/*
 *  linux/arch/arm/lib/clearbit.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

bitop	_clear_bit, bic
back to top