|
@@ -17,7 +17,7 @@
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
#include <linux/libgcc.h>
|
|
#include <linux/libgcc.h>
|
|
|
|
|
|
-word_type __ucmpdi2(unsigned long long a, unsigned long long b)
|
|
|
|
|
|
+word_type notrace __ucmpdi2(unsigned long long a, unsigned long long b)
|
|
{
|
|
{
|
|
const DWunion au = {.ll = a};
|
|
const DWunion au = {.ll = a};
|
|
const DWunion bu = {.ll = b};
|
|
const DWunion bu = {.ll = b};
|