summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-02-17 20:38:22 +0000
committermarcel <marcel@FreeBSD.org>2008-02-17 20:38:22 +0000
commit7c1566b20638534e17508975a444c5f0ffd3f71e (patch)
tree801bf8ba8455af29957effa0810c4187cee4a07f /sys/boot
parent670a5fae66ae5be7c682f35d563284efed2d3c95 (diff)
downloadFreeBSD-src-7c1566b20638534e17508975a444c5f0ffd3f71e.zip
FreeBSD-src-7c1566b20638534e17508975a444c5f0ffd3f71e.tar.gz
Move the $FreeBSD$ tag in a comment as __FBSDID doesn't work.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/powerpc/uboot/start.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/boot/powerpc/uboot/start.S b/sys/boot/powerpc/uboot/start.S
index b2d09ab..67d1798 100644
--- a/sys/boot/powerpc/uboot/start.S
+++ b/sys/boot/powerpc/uboot/start.S
@@ -22,11 +22,10 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <machine/asm.h>
#define STACK_SIZE 8192
OpenPOWER on IntegriCloud