mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 11:23:09 -04:00
move libgcc.h to include/linux
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include <linux/export.h>
|
||||
|
||||
#include <lib/libgcc.h>
|
||||
#include <linux/libgcc.h>
|
||||
|
||||
long long notrace __ashldi3(long long u, word_type b)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include <linux/export.h>
|
||||
|
||||
#include <lib/libgcc.h>
|
||||
#include <linux/libgcc.h>
|
||||
|
||||
long long notrace __ashrdi3(long long u, word_type b)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include <linux/export.h>
|
||||
|
||||
#include <lib/libgcc.h>
|
||||
#include <linux/libgcc.h>
|
||||
|
||||
word_type notrace __cmpdi2(long long a, long long b)
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <lib/libgcc.h>
|
||||
#include <linux/libgcc.h>
|
||||
|
||||
long long notrace __lshrdi3(long long u, word_type b)
|
||||
{
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include <linux/export.h>
|
||||
#include <lib/libgcc.h>
|
||||
#include <linux/libgcc.h>
|
||||
|
||||
#define W_TYPE_SIZE 32
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <lib/libgcc.h>
|
||||
#include <linux/libgcc.h>
|
||||
|
||||
word_type __ucmpdi2(unsigned long long a, unsigned long long b)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user