Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7 authored by Linus Torvalds on 01 February 2013, 01:08:14 UTC
Linux 3.8-rc6
Tip revision: 88b62b9
sections.h
#ifndef _PARISC_SECTIONS_H
#define _PARISC_SECTIONS_H

/* nothing to see, move along */
#include <asm-generic/sections.h>

#ifdef CONFIG_64BIT
#undef dereference_function_descriptor
void *dereference_function_descriptor(void *);
#endif

#endif
back to top