Title: [6858] trunk/arch/blackfin/kernel/module.c: module: back out dead comments for pcrel24 relocs
Revision
6858
Author
vapier
Date
2009-06-25 19:50:18 -0500 (Thu, 25 Jun 2009)

Log Message

module: back out dead comments for pcrel24 relocs

Modified Paths


Diff

Modified: trunk/arch/blackfin/kernel/module.c (6857 => 6858)


--- trunk/arch/blackfin/kernel/module.c	2009-06-26 00:49:51 UTC (rev 6857)
+++ trunk/arch/blackfin/kernel/module.c	2009-06-26 00:50:18 UTC (rev 6858)
@@ -249,14 +249,6 @@
 
 		case R_BFIN_PCREL24:
 		case R_BFIN_PCREL24_JUMP_L:
-			/* annoyingly, the layout is RB OP RB RB so we can't
-			 * straight memcpy() the reloc into memory.  overlay
-			 * the first byte manually.  (RB = reloc byte)
-			 */
-			/*
-			uint8_t *rb = (void *)(location - 2);
-			*rb = value >> 16;
-			*/
 		case R_BFIN_PCREL12_JUMP:
 		case R_BFIN_PCREL12_JUMP_S:
 		case R_BFIN_PCREL10:
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to